Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-22869 (GCVE-0-2025-22869)
Vulnerability from cvelistv5 – Published: 2025-02-26 03:07 – Updated: 2025-04-11 22:03- CWE-770 - Allocation of Resources Without Limits or Throttling
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.35.0
(semver)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-22869",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-26T14:57:07.968721Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770 Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T14:57:49.252Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-04-11T22:03:24.222Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250411-0010/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh",
"product": "golang.org/x/crypto/ssh",
"programRoutines": [
{
"name": "newHandshakeTransport"
},
{
"name": "handshakeTransport.recordWriteError"
},
{
"name": "handshakeTransport.kexLoop"
},
{
"name": "handshakeTransport.writePacket"
},
{
"name": "Client.Dial"
},
{
"name": "Client.DialContext"
},
{
"name": "Client.DialTCP"
},
{
"name": "Client.Listen"
},
{
"name": "Client.ListenTCP"
},
{
"name": "Client.ListenUnix"
},
{
"name": "Client.NewSession"
},
{
"name": "Dial"
},
{
"name": "DiscardRequests"
},
{
"name": "NewClient"
},
{
"name": "NewClientConn"
},
{
"name": "NewServerConn"
},
{
"name": "Request.Reply"
},
{
"name": "Session.Close"
},
{
"name": "Session.CombinedOutput"
},
{
"name": "Session.Output"
},
{
"name": "Session.RequestPty"
},
{
"name": "Session.RequestSubsystem"
},
{
"name": "Session.Run"
},
{
"name": "Session.SendRequest"
},
{
"name": "Session.Setenv"
},
{
"name": "Session.Shell"
},
{
"name": "Session.Signal"
},
{
"name": "Session.Start"
},
{
"name": "Session.WindowChange"
},
{
"name": "channel.Accept"
},
{
"name": "channel.Close"
},
{
"name": "channel.CloseWrite"
},
{
"name": "channel.Read"
},
{
"name": "channel.ReadExtended"
},
{
"name": "channel.Reject"
},
{
"name": "channel.SendRequest"
},
{
"name": "channel.Write"
},
{
"name": "channel.WriteExtended"
},
{
"name": "connection.SendAuthBanner"
},
{
"name": "curve25519sha256.Client"
},
{
"name": "curve25519sha256.Server"
},
{
"name": "dhGEXSHA.Client"
},
{
"name": "dhGEXSHA.Server"
},
{
"name": "dhGroup.Client"
},
{
"name": "dhGroup.Server"
},
{
"name": "ecdh.Client"
},
{
"name": "ecdh.Server"
},
{
"name": "extChannel.Read"
},
{
"name": "extChannel.Write"
},
{
"name": "mux.OpenChannel"
},
{
"name": "mux.SendRequest"
},
{
"name": "sessionStdin.Close"
},
{
"name": "sshClientKeyboardInteractive.Challenge"
},
{
"name": "tcpListener.Accept"
},
{
"name": "tcpListener.Close"
},
{
"name": "unixListener.Accept"
},
{
"name": "unixListener.Close"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.35.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Yuichi Watanabe"
}
],
"descriptions": [
{
"lang": "en",
"value": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-26T03:07:48.855Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/652135"
},
{
"url": "https://go.dev/issue/71931"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"title": "Potential denial of service in golang.org/x/crypto"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-22869",
"datePublished": "2025-02-26T03:07:48.855Z",
"dateReserved": "2025-01-08T19:11:42.834Z",
"dateUpdated": "2025-04-11T22:03:24.222Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-22869",
"date": "2026-06-30",
"epss": "0.00868",
"percentile": "0.54169"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-22869\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-02-26T08:14:24.997\",\"lastModified\":\"2026-06-17T08:50:40.113\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.\"},{\"lang\":\"es\",\"value\":\"Los servidores SSH que implementan protocolos de transferencia de archivos son vulnerables a un ataque de denegaci\u00f3n de servicio por parte de clientes que completan el intercambio de claves lentamente o no lo completan en absoluto, lo que provoca que el contenido pendiente se lea en la memoria, pero nunca se transmita.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"golang.org/x/crypto\",\"product\":\"golang.org/x/crypto/ssh\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"golang.org/x/crypto/ssh\",\"programRoutines\":[{\"name\":\"newHandshakeTransport\"},{\"name\":\"handshakeTransport.recordWriteError\"},{\"name\":\"handshakeTransport.kexLoop\"},{\"name\":\"handshakeTransport.writePacket\"},{\"name\":\"Client.Dial\"},{\"name\":\"Client.DialContext\"},{\"name\":\"Client.DialTCP\"},{\"name\":\"Client.Listen\"},{\"name\":\"Client.ListenTCP\"},{\"name\":\"Client.ListenUnix\"},{\"name\":\"Client.NewSession\"},{\"name\":\"Dial\"},{\"name\":\"DiscardRequests\"},{\"name\":\"NewClient\"},{\"name\":\"NewClientConn\"},{\"name\":\"NewServerConn\"},{\"name\":\"Request.Reply\"},{\"name\":\"Session.Close\"},{\"name\":\"Session.CombinedOutput\"},{\"name\":\"Session.Output\"},{\"name\":\"Session.RequestPty\"},{\"name\":\"Session.RequestSubsystem\"},{\"name\":\"Session.Run\"},{\"name\":\"Session.SendRequest\"},{\"name\":\"Session.Setenv\"},{\"name\":\"Session.Shell\"},{\"name\":\"Session.Signal\"},{\"name\":\"Session.Start\"},{\"name\":\"Session.WindowChange\"},{\"name\":\"channel.Accept\"},{\"name\":\"channel.Close\"},{\"name\":\"channel.CloseWrite\"},{\"name\":\"channel.Read\"},{\"name\":\"channel.ReadExtended\"},{\"name\":\"channel.Reject\"},{\"name\":\"channel.SendRequest\"},{\"name\":\"channel.Write\"},{\"name\":\"channel.WriteExtended\"},{\"name\":\"connection.SendAuthBanner\"},{\"name\":\"curve25519sha256.Client\"},{\"name\":\"curve25519sha256.Server\"},{\"name\":\"dhGEXSHA.Client\"},{\"name\":\"dhGEXSHA.Server\"},{\"name\":\"dhGroup.Client\"},{\"name\":\"dhGroup.Server\"},{\"name\":\"ecdh.Client\"},{\"name\":\"ecdh.Server\"},{\"name\":\"extChannel.Read\"},{\"name\":\"extChannel.Write\"},{\"name\":\"mux.OpenChannel\"},{\"name\":\"mux.SendRequest\"},{\"name\":\"sessionStdin.Close\"},{\"name\":\"sshClientKeyboardInteractive.Challenge\"},{\"name\":\"tcpListener.Accept\"},{\"name\":\"tcpListener.Close\"},{\"name\":\"unixListener.Accept\"},{\"name\":\"unixListener.Close\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"0.35.0\",\"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:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-02-26T14:57:07.968721Z\",\"id\":\"CVE-2025-22869\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:go:ssh:*:*:*:*:*:go:*:*\",\"versionEndExcluding\":\"0.35.0\",\"matchCriteriaId\":\"311D718D-7E78-4EFC-A3B6-0D20C28956C9\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/652135\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/71931\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-3487\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20250411-0010/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250411-0010/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-22869\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-26T14:57:07.968721Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770 Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-26T14:57:39.044Z\"}}], \"cna\": {\"title\": \"Potential denial of service in golang.org/x/crypto\", \"credits\": [{\"lang\": \"en\", \"value\": \"Yuichi Watanabe\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.35.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"newHandshakeTransport\"}, {\"name\": \"handshakeTransport.recordWriteError\"}, {\"name\": \"handshakeTransport.kexLoop\"}, {\"name\": \"handshakeTransport.writePacket\"}, {\"name\": \"Client.Dial\"}, {\"name\": \"Client.DialContext\"}, {\"name\": \"Client.DialTCP\"}, {\"name\": \"Client.Listen\"}, {\"name\": \"Client.ListenTCP\"}, {\"name\": \"Client.ListenUnix\"}, {\"name\": \"Client.NewSession\"}, {\"name\": \"Dial\"}, {\"name\": \"DiscardRequests\"}, {\"name\": \"NewClient\"}, {\"name\": \"NewClientConn\"}, {\"name\": \"NewServerConn\"}, {\"name\": \"Request.Reply\"}, {\"name\": \"Session.Close\"}, {\"name\": \"Session.CombinedOutput\"}, {\"name\": \"Session.Output\"}, {\"name\": \"Session.RequestPty\"}, {\"name\": \"Session.RequestSubsystem\"}, {\"name\": \"Session.Run\"}, {\"name\": \"Session.SendRequest\"}, {\"name\": \"Session.Setenv\"}, {\"name\": \"Session.Shell\"}, {\"name\": \"Session.Signal\"}, {\"name\": \"Session.Start\"}, {\"name\": \"Session.WindowChange\"}, {\"name\": \"channel.Accept\"}, {\"name\": \"channel.Close\"}, {\"name\": \"channel.CloseWrite\"}, {\"name\": \"channel.Read\"}, {\"name\": \"channel.ReadExtended\"}, {\"name\": \"channel.Reject\"}, {\"name\": \"channel.SendRequest\"}, {\"name\": \"channel.Write\"}, {\"name\": \"channel.WriteExtended\"}, {\"name\": \"connection.SendAuthBanner\"}, {\"name\": \"curve25519sha256.Client\"}, {\"name\": \"curve25519sha256.Server\"}, {\"name\": \"dhGEXSHA.Client\"}, {\"name\": \"dhGEXSHA.Server\"}, {\"name\": \"dhGroup.Client\"}, {\"name\": \"dhGroup.Server\"}, {\"name\": \"ecdh.Client\"}, {\"name\": \"ecdh.Server\"}, {\"name\": \"extChannel.Read\"}, {\"name\": \"extChannel.Write\"}, {\"name\": \"mux.OpenChannel\"}, {\"name\": \"mux.SendRequest\"}, {\"name\": \"sessionStdin.Close\"}, {\"name\": \"sshClientKeyboardInteractive.Challenge\"}, {\"name\": \"tcpListener.Accept\"}, {\"name\": \"tcpListener.Close\"}, {\"name\": \"unixListener.Accept\"}, {\"name\": \"unixListener.Close\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/652135\"}, {\"url\": \"https://go.dev/issue/71931\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3487\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-02-26T03:07:48.855Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-22869\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-11T22:03:24.222Z\", \"dateReserved\": \"2025-01-08T19:11:42.834Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-02-26T03:07:48.855Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:8704
Vulnerability from csaf_redhat - Published: 2025-06-09 16:42 - Updated: 2026-06-30 08:53A flaw was found in Kubernetes Windows nodes. This vulnerability allows a user with the ability to query a node's '/logs' endpoint to execute arbitrary commands on the host.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64 | — |
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_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": "The components for Red Hat OpenShift for Windows Containers 10.17.1 are now available",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift for Windows Containers allows you to deploy Windows container workloads running on Windows Server containers.",
"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-2025:8704",
"url": "https://access.redhat.com/errata/RHSA-2025:8704"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-9042",
"url": "https://access.redhat.com/security/cve/CVE-2024-9042"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"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/4.17/windows_containers/index.html",
"url": "https://docs.openshift.com/container-platform/4.17/windows_containers/index.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8704.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift for Windows Containers 10.17.1 product release",
"tracking": {
"current_release_date": "2026-06-30T08:53:59+00:00",
"generator": {
"date": "2026-06-30T08:53:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:8704",
"initial_release_date": "2025-06-09T16:42:07+00:00",
"revision_history": [
{
"date": "2025-06-09T16:42:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-11T14:29:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T08:53:59+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift for Windows Containers 10.17",
"product": {
"name": "Red Hat OpenShift for Windows Containers 10.17",
"product_id": "Red Hat OpenShift for Windows Containers 10.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:windows_machine_config:10.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift for Windows Containers"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"product_id": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/windows-machine-config-operator-bundle@sha256%3A17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4-wincw\u0026tag=v10.17.1-1748972559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64",
"product": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64",
"product_id": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64",
"product_identification_helper": {
"purl": "pkg:oci/windows-machine-config-rhel9-operator@sha256%3Aba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482?arch=amd64\u0026repository_url=registry.redhat.io/openshift4-wincw\u0026tag=9.6-1748967421"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64 as a component of Red Hat OpenShift for Windows Containers 10.17",
"product_id": "Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift for Windows Containers 10.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64 as a component of Red Hat OpenShift for Windows Containers 10.17",
"product_id": "Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
},
"product_reference": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64",
"relates_to_product_reference": "Red Hat OpenShift for Windows Containers 10.17"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Peled Tomer",
"Aravindh Puthiyaprambil"
]
}
],
"cve": "CVE-2024-9042",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-01-13T05:51:52.559000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2337297"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Kubernetes Windows nodes. This vulnerability allows a user with the ability to query a node\u0027s \u0027/logs\u0027 endpoint to execute arbitrary commands on the host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubelet: Command Injection affecting Windows nodes via nodes/*/logs/query API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE affects only Windows worker nodes. To detect whether this vulnerability has been exploited, you can examine your cluster\u0027s audit logs to search for node \u0027logs\u0027 queries with suspicious inputs.",
"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 for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
],
"known_not_affected": [
"Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-9042"
},
{
"category": "external",
"summary": "RHBZ#2337297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337297"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-9042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9042"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-9042",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9042"
}
],
"release_date": "2025-01-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-09T16:42:07+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.openshift.com/container-platform/latest/windows_containers/windows-node-upgrades.html",
"product_ids": [
"Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8704"
},
{
"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 for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kubelet: Command Injection affecting Windows nodes via nodes/*/logs/query API"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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 for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
],
"known_not_affected": [
"Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-09T16:42:07+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.openshift.com/container-platform/latest/windows_containers/windows-node-upgrades.html",
"product_ids": [
"Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8704"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_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 for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:17e4816ce48fe9e387503f3fece60dce901070c7923ed5e956dbb0080360b4a5_amd64",
"Red Hat OpenShift for Windows Containers 10.17:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ba892f84e923e83a32d5f66dd6f61ff5a6b51cdeba1ef3ae2b250d822b1b0482_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:9136
Vulnerability from csaf_redhat - Published: 2025-06-16 18:32 - Updated: 2026-06-30 08:54A flaw was found in Kubernetes Windows nodes. This vulnerability allows a user with the ability to query a node's '/logs' endpoint to execute arbitrary commands on the host.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64 | — |
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: OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64 | — |
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The components for Red Hat OpenShift for Windows Containers 10.16.2 are now available",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift for Windows Containers allows you to deploy Windows container workloads running on Windows Server containers.",
"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-2025:9136",
"url": "https://access.redhat.com/errata/RHSA-2025:9136"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-9042",
"url": "https://access.redhat.com/security/cve/CVE-2024-9042"
},
{
"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/4.16/windows_containers/index.html",
"url": "https://docs.openshift.com/container-platform/4.16/windows_containers/index.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9136.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift for Windows Containers 10.16.2 product release",
"tracking": {
"current_release_date": "2026-06-30T08:54:00+00:00",
"generator": {
"date": "2026-06-30T08:54:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:9136",
"initial_release_date": "2025-06-16T18:32:02+00:00",
"revision_history": [
{
"date": "2025-06-16T18:32:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-25T13:57:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T08:54:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenShift Windows Machine Config Operator 10.16",
"product": {
"name": "OpenShift Windows Machine Config Operator 10.16",
"product_id": "OpenShift Windows Machine Config Operator 10.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:windows_machine_config:10.16::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift Windows Machine Config Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"product_id": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/windows-machine-config-operator-bundle@sha256%3Aba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4-wincw\u0026tag=v10.16.2-1749247686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64",
"product": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64",
"product_id": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64",
"product_identification_helper": {
"purl": "pkg:oci/windows-machine-config-rhel9-operator@sha256%3Ac9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728?arch=amd64\u0026repository_url=registry.redhat.io/openshift4-wincw\u0026tag=v10.16.2-1749241361"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64 as a component of OpenShift Windows Machine Config Operator 10.16",
"product_id": "OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"relates_to_product_reference": "OpenShift Windows Machine Config Operator 10.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64 as a component of OpenShift Windows Machine Config Operator 10.16",
"product_id": "OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
},
"product_reference": "registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64",
"relates_to_product_reference": "OpenShift Windows Machine Config Operator 10.16"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Peled Tomer",
"Aravindh Puthiyaprambil"
]
}
],
"cve": "CVE-2024-9042",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-01-13T05:51:52.559000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2337297"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Kubernetes Windows nodes. This vulnerability allows a user with the ability to query a node\u0027s \u0027/logs\u0027 endpoint to execute arbitrary commands on the host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubelet: Command Injection affecting Windows nodes via nodes/*/logs/query API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE affects only Windows worker nodes. To detect whether this vulnerability has been exploited, you can examine your cluster\u0027s audit logs to search for node \u0027logs\u0027 queries with suspicious inputs.",
"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 Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
],
"known_not_affected": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-9042"
},
{
"category": "external",
"summary": "RHBZ#2337297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337297"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-9042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9042"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-9042",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9042"
}
],
"release_date": "2025-01-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-16T18:32:02+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.openshift.com/container-platform/latest/windows_containers/windows-node-upgrades.html",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9136"
},
{
"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": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kubelet: Command Injection affecting Windows nodes via nodes/*/logs/query API"
},
{
"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": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64"
]
}
],
"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": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
],
"known_not_affected": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64"
]
},
"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": "2025-06-16T18:32:02+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.openshift.com/container-platform/latest/windows_containers/windows-node-upgrades.html",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9136"
}
],
"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 Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_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-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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 Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
],
"known_not_affected": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-16T18:32:02+00:00",
"details": "For Windows Machine Config Operator upgrades, see the following documentation: https://docs.openshift.com/container-platform/latest/windows_containers/windows-node-upgrades.html",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9136"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_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 Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-operator-bundle@sha256:ba052e0c411a5a43fe52eba3156701f8e6d1d11b987a9de617280f056bc804c4_amd64",
"OpenShift Windows Machine Config Operator 10.16:registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:c9a6166158e1ccb1764007d79c6e0f879505c3546eb45cbbe79ebeefcc78a728_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
RHSA-2025:9562
Vulnerability from csaf_redhat - Published: 2025-10-21 04:13 - Updated: 2026-06-30 08:54A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_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:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_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:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_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:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le | — |
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:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_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:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le | — |
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:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_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:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_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:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_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:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_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:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_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:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_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:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_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:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_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:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_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:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_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:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_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:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64 | — |
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:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_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:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_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:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_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:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_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:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_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:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_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:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_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:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_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:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x | — |
Workaround
|
A flaw was found in the OpenShift build process, where the docker-build container is configured with a hostPath volume mount that maps the node's /var/lib/kubelet/config.json file into the build pod. This file contains sensitive credentials necessary for pulling images from private repositories. The mount is not read-only, which allows the attacker to overwrite it. By modifying the config.json file, the attacker can cause a denial of service by preventing the node from pulling new images and potentially exfiltrating sensitive secrets. This flaw impacts the availability of services dependent on image pulls and exposes sensitive information to unauthorized parties.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_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:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_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:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64 | — |
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:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_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:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_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:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_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:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_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:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_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:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_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:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_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:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_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:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x | — |
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_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:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le | — |
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:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x | — |
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:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_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:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_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:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_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:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_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:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_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:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_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:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_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:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_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:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x | — |
Workaround
|
A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_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:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_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:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_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:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_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:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64 | — |
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:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_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:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_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:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_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:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_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:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_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:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_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:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_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:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_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:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_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.20.0 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.0. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHEA-2025:4782\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nSecurity Fix(es):\n\n* openshift-api: openshift-controller-manager/build: Build Process in OpenShift Allows Overwriting of Node Pull Credentials (CVE-2024-45497)\n* helm.sh/helm/v3: Helm Chart Code Execution (CVE-2025-53547)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n* github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog (CVE-2024-45339)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:9562",
"url": "https://access.redhat.com/errata/RHSA-2025:9562"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45339",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45497",
"url": "https://access.redhat.com/security/cve/CVE-2024-45497"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53547",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"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/2025/rhsa-2025_9562.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.0 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-30T08:54:02+00:00",
"generator": {
"date": "2026-06-30T08:54:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:9562",
"initial_release_date": "2025-10-21T04:13:27+00:00",
"revision_history": [
{
"date": "2025-10-21T04:13:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-21T04:13:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T08:54:02+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-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.20.0-202509230726.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.20.0-202509230726.p2.gb37141b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.20.0-202509230043.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.20.0-202509252353.p2.g45d505b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.20.0-202509230043.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.20.0-202509230043.p2.gea0b994.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Ac3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.20.0-202509260625.p2.gfb678fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Abd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.20.0-202509261757.p2.g6553765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.20.0-202509230043.p2.g9091149.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Ad34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.20.0-202509230043.p2.gbd582f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.20.0-202509230043.p2.g6a287ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.20.0-202509270025.p2.g4463f9b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.20.0-202509232028.p2.g47c7831.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.20.0-202509242156.p2.gf18c176.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ab2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.20.0-202509230726.p2.g9de00ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.20.0-202509230043.p2.g2438d7c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.20.0-202509251856.p2.g6f39336.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ac5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.20.0-202509230043.p2.g4523914.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Aed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.20.0-202509260856.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.20.0-202509230043.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.20.0-202509230043.p2.g1abaf84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-external-snapshot-metadata-container-v4.20.0-202509262224.p2.g693a826.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ad498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.20.0-202509252353.p2.g1d6d6b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ade994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.20.0-202509230726.p2.g3a2c732.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Aaa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.20.0-202509230043.p2.g81fca03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ae90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.20.0-202509271248.p2.g9d55fd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Adc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.20.0-202509261927.p2.g5e0f8d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.gb36788e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ac42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.20.0-202509230726.p2.g6649cb8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252353.p2.g419f284.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Aa0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g56f6158.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.20.0-202509260426.p2.g61b4510.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.20.0-202509252156.p2.g2bad9cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Adc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.20.0-202509261927.p2.gd510875.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.20.0-202509261056.p2.gce01f3c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Afa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.20.0-202509241528.p2.g6c92e54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.20.0-202509230043.p2.gfa5b8b8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Ada800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.20.0-202509262224.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.20.0-202509252353.p2.gb913435.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.20.0-202509230043.p2.ga8c9a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.20.0-202509230043.p2.g3e102a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.20.0-202509230726.p2.g9a8dd0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ac7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.20.0-202509230043.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Af862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.20.0-202509230726.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Aab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.20.0-202509270025.p2.g278ec20.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.20.0-202509230726.p2.gf09c58b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.20.0-202509230043.p2.g8109879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ad3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.20.0-202509230043.p2.g767d31f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.20.0-202509262224.p2.gff595e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.20.0-202509251856.p2.g8c75a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Adf6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5e127e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.20.0-202509251424.p2.g96bfd21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.20.0-202509251856.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260625.p2.gbb4535b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Aeb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.20.0-202509232257.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.20.0-202509261327.p2.g0c09647.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.20.0-202509260252.p2.g3bbd10e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.20.0-202509230726.p2.gb04e2ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.20.0-202509230043.p2.g3094490.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3Aec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.20.0-202509230726.p2.gbf0d2c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.20.0-202509231357.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.20.0-202509230726.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Aabeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.20.0-202509261556.p2.gc616cdc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.20.0-202509251424.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Af02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.20.0-202509251424.p2.g62dc63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.20.0-202509230043.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.20.0-202509271248.p2.gb5330d8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Afaaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.20.0-202509230726.p2.g11b24a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.20.0-202509230043.p2.gde1db29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.20.0-202509230043.p2.gbb88da1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Abb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.20.0-202509230043.p2.g9467200.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.20.0-202509261927.p2.ga8ef205.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.20.0-202509262224.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3Aa3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.20.0-202509230043.p2.ga2ecb15.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.20.0-202509230043.p2.gd469d04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.20.0-202509251856.p2.gd469d04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Ab22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.20.0-202509230043.p2.gcb8b5b6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.20.0-202509230043.p2.g0b8e4d2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Adb78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.20.0-202509230043.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Aadb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.20.0-202509230043.p2.g6e2f362.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.20.0-202509230043.p2.g88b1817.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509270025.p2.gf782ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Aa2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.20.0-202509230043.p2.ga7d0035.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.20.0-202509262224.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Abbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.20.0-202509230043.p2.gd391c0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.20.0-202509230726.p2.g467e50f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.20.0-202509230726.p2.g11e57aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.20.0-202509230726.p2.g147e5a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.20.0-202509230043.p2.g19d3873.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ab86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.20.0-202509230726.p2.g74abc55.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Abd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.20.0-202509252156.p2.g3bbc3ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Afd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261757.p2.ge355ad3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.20.0-202509232257.p2.g491784f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ae02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.20.0-202509230726.p2.g657754e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g0bbafe2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g019abe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.20.0-202509230043.p2.g8257892.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Af258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.20.0-202509230726.p2.gb04c7c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.20.0-202509230726.p2.g2371120.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ab169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.20.0-202509230043.p2.gcae310f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252156.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g5a7da72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.20.0-202509230043.p2.g58cbd29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5adc142.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Aa66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.20.0-202509251228.p2.gce27505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Abe2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.20.0-202509230726.p2.ge491736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ae923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g9cfa567.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Abd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gaa455c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Adb6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.20.0-202509261556.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Aa892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.20.0-202509230726.p2.g62b3623.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.20.0-202509230726.p2.gc40e7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.20.0-202509230726.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.20.0-202509230043.p2.gc674bea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.20.0-202509230043.p2.g9c065d4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Aaa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.20.0-202509271248.p2.gfc0fe74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.20.0-202509230726.p2.gf940e72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Abdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.20.0-202509230043.p2.g65539c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.20.0-202509271248.p2.g500ab5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Abdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.20.0-202509251228.p2.ge0ad050.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.20.0-202509230043.p2.g36ab30f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aeb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.20.0-202509230043.p2.g1980135.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Abdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509251629.p2.g21f405c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.20.0-202509230043.p2.g8b6396a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ae918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.20.0-202509230043.p2.g035805d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.20.0-202509262224.p2.g20f6d61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Afc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.20.0-202509230043.p2.g7fd1a7f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Adf54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.20.0-202509252156.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Ad7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.20.0-202509262224.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Ab794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.20.0-202509230726.p2.gcfa5ee9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ae71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.20.0-202509230726.p2.g0f8a4eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509231357.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Af72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.20.0-202509231357.p2.g8b8dd30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.20.0-202509270025.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.20.0-202509270025.p2.g4a9b90e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Ac4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.20.0-202509230043.p2.gd1cc300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.20.0-202509251856.p2.g4927cc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.20.0-202509230043.p2.g0151588.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.20.0-202509230726.p2.g5085f18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Af022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.20.0-202509251424.p2.gc258b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.20.0-202509240558.p2.g64bfec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.20.0-202509230043.p2.gfc73c80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.20.0-202509230043.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ad16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.20.0-202509230043.p2.g43c8959.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.20.0-202509230043.p2.gf0c6474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.20.0-202509230726.p2.gdd3c4d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.20.0-202509230043.p2.gb81340a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.20.0-202509270025.p2.g26d0917.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Ad7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.20.0-202509230043.p2.gb575ef1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.20.0-202509270025.p2.g3200dde.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.20.0-202509230043.p2.gf12b1b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Ac13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.20.0-202509270025.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.20.0-202509231357.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ae9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.20.0-202509230043.p2.ga1535bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.20.0-202509261327.p2.gd9e543d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Acb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.20.0-202509271248.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ab78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ad56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.20.0-202509230043.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ac1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.20.0-202509261327.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.20.0-202509230043.p2.g0693fe5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g319efc9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.20.0-202509230043.p2.g2424e8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Ad5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.20.0-202509230043.p2.gf011b3c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.20.0-202509230043.p2.gbf2fa66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Aae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.20.0-202509241057.p2.g37e0c31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.20.0-202509250226.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.20.0-202509262224.p2.g61d0d00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3A606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.20.0-202509262224.p2.g61d0d00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Afc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g5cd04d6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3Afc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g5cd04d6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.20.0-202509230043.p2.gb93eb64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.20.0-202509230043.p2.g1ff9e11.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.20.0-202509231357.p2.gf2529ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Add9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Afd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.20.0-202509262224.p2.g4c6036e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Acd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.20.0-202509252353.p2.gc095103.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.20.0-202509230043.p2.g61d0d00.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=volume-data-source-validator-container-v4.20.0-202509230726.p2.g0e61642.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.20.0-202509252156.p2.g9d55c02.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.20.0-202509230726.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.20.0-202509230726.p2.gb37141b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.20.0-202509230043.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.20.0-202509252353.p2.g45d505b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.20.0-202509230043.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Abf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.20.0-202509230043.p2.gea0b994.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.20.0-202509260625.p2.gfb678fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.20.0-202509230043.p2.g2438d7c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Acece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.20.0-202509261757.p2.g6553765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Aadbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.20.0-202509230043.p2.g9091149.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.20.0-202509230043.p2.gbd582f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Af6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.20.0-202509230043.p2.g6a287ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.20.0-202509270025.p2.g4463f9b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ae3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.20.0-202509232028.p2.g47c7831.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aa07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.20.0-202509242156.p2.gf18c176.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.20.0-202509230726.p2.g9de00ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Ab93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ae4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.20.0-202509251856.p2.g6f39336.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Aa78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.20.0-202509230043.p2.g4523914.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-external-snapshot-metadata-container-v4.20.0-202509262224.p2.g693a826.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.20.0-202509252353.p2.g1d6d6b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Af339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.20.0-202509230726.p2.g3a2c732.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Af9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.20.0-202509230043.p2.g81fca03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ab55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.20.0-202509271248.p2.g9d55fd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Ad1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.20.0-202509261927.p2.g5e0f8d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.gb36788e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ae53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.20.0-202509230726.p2.g6649cb8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Aa857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252353.p2.g419f284.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Aa00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g56f6158.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ac67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.20.0-202509260426.p2.g61b4510.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Afbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.20.0-202509252156.p2.g2bad9cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.20.0-202509261927.p2.gd510875.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Af92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.20.0-202509261056.p2.gce01f3c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.20.0-202509241528.p2.g6c92e54.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.20.0-202509230043.p2.gfa5b8b8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.20.0-202509262224.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.20.0-202509252353.p2.gb913435.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.20.0-202509230043.p2.ga8c9a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.20.0-202509230043.p2.g3e102a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.20.0-202509230726.p2.g9a8dd0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.20.0-202509230043.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ad5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.20.0-202509230726.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.20.0-202509230043.p2.g9c065d4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.20.0-202509270025.p2.g278ec20.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.20.0-202509230726.p2.gf09c58b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ab15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.20.0-202509230043.p2.g8109879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.20.0-202509230043.p2.g767d31f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.20.0-202509262224.p2.gff595e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Afbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.20.0-202509251856.p2.g8c75a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Abd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5e127e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Af5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.20.0-202509251424.p2.g96bfd21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.20.0-202509251856.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ada1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260625.p2.gbb4535b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Ab167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.20.0-202509232257.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Aceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.20.0-202509261327.p2.g0c09647.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ab11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.20.0-202509260252.p2.g3bbd10e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.20.0-202509230726.p2.gb04e2ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.20.0-202509230043.p2.g3094490.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.20.0-202509230726.p2.gbf0d2c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Ad8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.20.0-202509231357.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aaa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.20.0-202509230726.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.20.0-202509261556.p2.gc616cdc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.20.0-202509251424.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.20.0-202509251424.p2.g62dc63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.20.0-202509230043.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.20.0-202509271248.p2.gb5330d8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.20.0-202509230726.p2.g11b24a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Abbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.20.0-202509230043.p2.gbb88da1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.20.0-202509230043.p2.g9467200.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.20.0-202509261927.p2.ga8ef205.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Ad5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.20.0-202509262224.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.20.0-202509230043.p2.ga2ecb15.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.20.0-202509230043.p2.gd469d04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.20.0-202509251856.p2.gd469d04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.20.0-202509230043.p2.gcb8b5b6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.20.0-202509230043.p2.gde1db29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.20.0-202509230043.p2.g0b8e4d2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.20.0-202509230043.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Aeef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.20.0-202509230043.p2.g6e2f362.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.20.0-202509230043.p2.g88b1817.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Abc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509270025.p2.gf782ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ad2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.20.0-202509230043.p2.ga7d0035.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ab667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.20.0-202509262224.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.20.0-202509230043.p2.gd391c0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.20.0-202509230726.p2.g467e50f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Ad5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.20.0-202509230726.p2.g11e57aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Af06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.20.0-202509230726.p2.g147e5a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.20.0-202509230043.p2.g19d3873.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.20.0-202509230726.p2.g74abc55.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.20.0-202509252156.p2.g3bbc3ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Abc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261757.p2.ge355ad3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Aea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.20.0-202509232257.p2.g491784f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.20.0-202509230726.p2.g657754e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g0bbafe2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g019abe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.20.0-202509230043.p2.g8257892.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.20.0-202509230726.p2.gb04c7c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Ae8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.20.0-202509230726.p2.g2371120.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Af99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.20.0-202509230043.p2.gcae310f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252156.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ae06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g5a7da72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Af0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.20.0-202509230043.p2.g58cbd29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ac0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5adc142.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.20.0-202509251228.p2.gce27505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Adfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.20.0-202509230726.p2.ge491736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g9cfa567.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aeb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gaa455c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.20.0-202509261556.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ae9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.20.0-202509230726.p2.g62b3623.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.20.0-202509230726.p2.gc40e7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.20.0-202509230726.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Ac8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.20.0-202509230043.p2.gc674bea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Ab0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Aa7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.20.0-202509271248.p2.gfc0fe74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.20.0-202509230726.p2.gf940e72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.20.0-202509230043.p2.g65539c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.20.0-202509271248.p2.g500ab5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.20.0-202509251228.p2.ge0ad050.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ab19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.20.0-202509250226.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.20.0-202509262224.p2.g20f6d61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.20.0-202509230043.p2.g7fd1a7f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.20.0-202509252156.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.20.0-202509262224.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ad02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.20.0-202509230726.p2.gcfa5ee9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ae73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.20.0-202509230726.p2.g0f8a4eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509231357.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ac930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.20.0-202509231357.p2.g8b8dd30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.20.0-202509270025.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.20.0-202509270025.p2.g4a9b90e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.20.0-202509230043.p2.gd1cc300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Ab506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.20.0-202509251856.p2.g4927cc2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.20.0-202509230043.p2.g0151588.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.20.0-202509230726.p2.g5085f18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Aebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.20.0-202509251424.p2.gc258b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.20.0-202509240558.p2.g64bfec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.20.0-202509230043.p2.gfc73c80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Aa23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.20.0-202509230043.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Acba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.20.0-202509230043.p2.g43c8959.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.20.0-202509230043.p2.gf0c6474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.20.0-202509230726.p2.gdd3c4d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ae663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.20.0-202509230043.p2.gb81340a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.20.0-202509270025.p2.g26d0917.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.20.0-202509230043.p2.gf12b1b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Af722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.20.0-202509270025.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.20.0-202509231357.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ac666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.20.0-202509230043.p2.ga1535bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ad5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.20.0-202509261327.p2.gd9e543d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.20.0-202509271248.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Acc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.20.0-202509230043.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Ab04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.20.0-202509261327.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Af24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.20.0-202509230043.p2.gbf2fa66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.20.0-202509241057.p2.g37e0c31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.20.0-202509231357.p2.gf2529ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Aece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Aaf7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.20.0-202509262224.p2.g4c6036e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.20.0-202509252353.p2.gc095103.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=volume-data-source-validator-container-v4.20.0-202509230726.p2.g0e61642.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.20.0-202509230726.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.20.0-202509230726.p2.gb37141b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.20.0-202509230043.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.20.0-202509230043.p2.gea0b994.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Ad72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.20.0-202509260625.p2.gfb678fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.20.0-202509261757.p2.g6553765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ac9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.20.0-202509230043.p2.g9091149.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Ae512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.20.0-202509230043.p2.gbd582f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ab5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.20.0-202509230043.p2.g6a287ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Af35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.20.0-202509270025.p2.g4463f9b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.20.0-202509232028.p2.g47c7831.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ac1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.20.0-202509242156.p2.gf18c176.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ab5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.20.0-202509230726.p2.g9de00ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.20.0-202509230043.p2.g2438d7c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Af663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Afd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.20.0-202509251856.p2.g6f39336.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Acd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.20.0-202509230043.p2.g4523914.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-external-snapshot-metadata-container-v4.20.0-202509262224.p2.g693a826.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.20.0-202509252353.p2.g1d6d6b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.20.0-202509230726.p2.g3a2c732.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.20.0-202509230043.p2.g81fca03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Addb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.20.0-202509271248.p2.g9d55fd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.20.0-202509261927.p2.g5e0f8d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.gb36788e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.20.0-202509230726.p2.g6649cb8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Ad205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252353.p2.g419f284.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Afbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g56f6158.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ab0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.20.0-202509260426.p2.g61b4510.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Aa914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.20.0-202509252156.p2.g2bad9cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Ab0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.20.0-202509262224.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.20.0-202509252353.p2.gb913435.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.20.0-202509230043.p2.ga8c9a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Aec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.20.0-202509230043.p2.g3e102a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ac9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.20.0-202509230726.p2.g9a8dd0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.20.0-202509230043.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.20.0-202509230726.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.20.0-202509270025.p2.g278ec20.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.20.0-202509230726.p2.gf09c58b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Afa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.20.0-202509230043.p2.g8109879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.20.0-202509230043.p2.g767d31f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Ae0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.20.0-202509262224.p2.gff595e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Ab71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.20.0-202509251856.p2.g8c75a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ab72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5e127e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ab82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.20.0-202509251424.p2.g96bfd21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.20.0-202509251856.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260625.p2.gbb4535b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Afc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.20.0-202509232257.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.20.0-202509261327.p2.g0c09647.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.20.0-202509260252.p2.g3bbd10e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Acf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.20.0-202509230726.p2.gb04e2ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Aafe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.20.0-202509230043.p2.g3094490.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3Aeefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.20.0-202509230726.p2.gbf0d2c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.20.0-202509231357.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ad82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.20.0-202509230726.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.20.0-202509261556.p2.gc616cdc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.20.0-202509251424.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Acf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.20.0-202509251424.p2.g62dc63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.20.0-202509230043.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.20.0-202509271248.p2.gb5330d8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.20.0-202509230726.p2.g11b24a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.20.0-202509230043.p2.g6e2f362.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509270025.p2.gf782ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Acc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Abfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.20.0-202509230043.p2.ga7d0035.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ac5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.20.0-202509262224.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.20.0-202509230043.p2.gd391c0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.20.0-202509230726.p2.g467e50f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.20.0-202509230043.p2.gde1db29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.20.0-202509230726.p2.g11e57aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.20.0-202509230726.p2.g147e5a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Aad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.20.0-202509230043.p2.g19d3873.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ac55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.20.0-202509230726.p2.g74abc55.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.20.0-202509252156.p2.g3bbc3ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ace516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261757.p2.ge355ad3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.20.0-202509232257.p2.g491784f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ad55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.20.0-202509230726.p2.g657754e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ab6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g0bbafe2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g019abe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.20.0-202509230043.p2.g8257892.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.20.0-202509230726.p2.gb04c7c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.20.0-202509230726.p2.g2371120.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.20.0-202509230043.p2.gcae310f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252156.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g5a7da72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g9cfa567.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.20.0-202509230043.p2.g58cbd29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ad81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5adc142.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.20.0-202509251228.p2.gce27505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ab035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.20.0-202509230726.p2.ge491736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ae59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gaa455c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.20.0-202509261556.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.20.0-202509230726.p2.g62b3623.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ae82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.20.0-202509230726.p2.gc40e7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Aa235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.20.0-202509230726.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.20.0-202509230043.p2.gc674bea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Aed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ac82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.20.0-202509230043.p2.g9c065d4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.20.0-202509271248.p2.gfc0fe74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ac6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.20.0-202509230043.p2.g36ab30f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.20.0-202509230043.p2.g1980135.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Af358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509251629.p2.g21f405c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ad3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.20.0-202509230043.p2.g8b6396a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.20.0-202509230043.p2.g035805d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.20.0-202509250226.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.20.0-202509230043.p2.g7fd1a7f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Ae7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.20.0-202509252156.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Ae910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.20.0-202509262224.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.20.0-202509230726.p2.gcfa5ee9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.20.0-202509230726.p2.g0f8a4eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ac68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509231357.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Aa7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.20.0-202509231357.p2.g8b8dd30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.20.0-202509270025.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Acd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.20.0-202509270025.p2.g4a9b90e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Aa82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.20.0-202509230726.p2.g5085f18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.20.0-202509251424.p2.gc258b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ab49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.20.0-202509240558.p2.g64bfec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.20.0-202509230043.p2.gfc73c80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.20.0-202509230043.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Aa6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.20.0-202509230043.p2.g43c8959.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.20.0-202509230043.p2.gf0c6474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Ab38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.20.0-202509230726.p2.gdd3c4d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Adf8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.20.0-202509230043.p2.gb81340a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.20.0-202509270025.p2.g26d0917.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Af3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.20.0-202509230043.p2.gf12b1b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.20.0-202509270025.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Af3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.20.0-202509231357.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.20.0-202509230043.p2.ga1535bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.20.0-202509261327.p2.gd9e543d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.20.0-202509271248.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.20.0-202509230043.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.20.0-202509261327.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Aa3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.20.0-202509230043.p2.gbf2fa66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.20.0-202509241057.p2.g37e0c31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.20.0-202509231357.p2.gf2529ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Abd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.20.0-202509262224.p2.g4c6036e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.20.0-202509252353.p2.gc095103.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3Af1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=volume-data-source-validator-container-v4.20.0-202509230726.p2.g0e61642.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.20.0-202509230726.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-karpenter-provider-aws-container-v4.20.0-202509230726.p2.gb37141b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Abaf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.20.0-202509230043.p2.g088dcaf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.20.0-202509230043.p2.gea0b994.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.20.0-202509260625.p2.gfb678fe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.20.0-202509261757.p2.g6553765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.20.0-202509230043.p2.g9091149.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Ace5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.20.0-202509230043.p2.gbd582f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.20.0-202509230043.p2.g6a287ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.20.0-202509270025.p2.g4463f9b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.20.0-202509232028.p2.g47c7831.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ae182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.20.0-202509242156.p2.gf18c176.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.20.0-202509230726.p2.g9de00ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.20.0-202509230043.p2.g2438d7c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ac17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.20.0-202509251856.p2.g6f39336.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ac813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.20.0-202509230043.p2.g4523914.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Ac9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.20.0-202509260856.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.20.0-202509230043.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.20.0-202509230043.p2.g1abaf84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3Ab1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-external-snapshot-metadata-container-v4.20.0-202509262224.p2.g693a826.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ac6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.20.0-202509252353.p2.g1d6d6b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.20.0-202509230726.p2.g3a2c732.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Ab2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.20.0-202509230043.p2.g81fca03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.20.0-202509271248.p2.g9d55fd1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.20.0-202509261927.p2.g5e0f8d1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.gb36788e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ab0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.20.0-202509230726.p2.g6649cb8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252353.p2.g419f284.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g56f6158.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.20.0-202509260426.p2.g61b4510.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ad6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.20.0-202509252156.p2.g2bad9cc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.20.0-202509262224.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.20.0-202509252353.p2.gb913435.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.20.0-202509230043.p2.ga8c9a5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.20.0-202509230043.p2.g3e102a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.20.0-202509230726.p2.g9a8dd0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.20.0-202509230043.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Acfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.20.0-202509230726.p2.gcf0f68e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Af30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.20.0-202509270025.p2.g278ec20.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.20.0-202509230726.p2.gf09c58b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.20.0-202509230043.p2.g8109879.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.20.0-202509230043.p2.g767d31f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.20.0-202509262224.p2.gff595e4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Aed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.20.0-202509251856.p2.g8c75a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5e127e5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.20.0-202509230043.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ae21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.20.0-202509251424.p2.g96bfd21.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.20.0-202509251856.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260625.p2.gbb4535b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.20.0-202509232257.p2.ge0d4216.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.20.0-202509261327.p2.g0c09647.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ae868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.20.0-202509260252.p2.g3bbd10e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Aeec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.20.0-202509230726.p2.gb04e2ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.20.0-202509230043.p2.g3094490.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-resource-controller-container-v4.20.0-202509230726.p2.gbf0d2c8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.20.0-202509231357.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aa367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.20.0-202509230726.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Adafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.20.0-202509261556.p2.gc616cdc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Aa323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.20.0-202509251424.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Accd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.20.0-202509251424.p2.g62dc63f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.20.0-202509230043.p2.g3accbb7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ae31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.20.0-202509271248.p2.gb5330d8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.20.0-202509230726.p2.g11b24a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-service-operator-container-v4.20.0-202509230043.p2.g6e2f362.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Aa9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509270025.p2.gf782ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ade6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.20.0-202509230043.p2.ga7d0035.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.20.0-202509262224.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.20.0-202509230043.p2.gd391c0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Af4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.20.0-202509230726.p2.g467e50f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.20.0-202509230043.p2.gde1db29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Afcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.20.0-202509230726.p2.g11e57aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.20.0-202509230726.p2.g147e5a7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.20.0-202509230043.p2.g19d3873.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.20.0-202509230726.p2.g74abc55.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.20.0-202509252156.p2.g3bbc3ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261757.p2.ge355ad3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ae80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.20.0-202509232257.p2.g491784f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.20.0-202509230726.p2.g657754e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509261327.p2.g0bbafe2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g019abe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.20.0-202509230043.p2.g8257892.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ab2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.20.0-202509230726.p2.gb04c7c1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Aab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.20.0-202509230726.p2.g2371120.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.20.0-202509230043.p2.gcae310f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aa8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509252156.p2.g3ec3037.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509260252.p2.g5a7da72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.20.0-202509230043.p2.g58cbd29.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g5adc142.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.20.0-202509251228.p2.gce27505.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ab4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.20.0-202509230726.p2.ge491736.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g9cfa567.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gaa455c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ab9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.20.0-202509261556.p2.g76db379.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ae85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.20.0-202509230726.p2.g62b3623.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.20.0-202509230726.p2.gc40e7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.20.0-202509230726.p2.g184a960.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.20.0-202509230043.p2.gc674bea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.20.0-202509230043.p2.g4260482.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Acaec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.20.0-202509230043.p2.g9c065d4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.20.0-202509271248.p2.gfc0fe74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Af70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.20.0-202509230726.p2.gf940e72.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.20.0-202509230043.p2.g65539c7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Ae077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.20.0-202509271248.p2.g500ab5d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.20.0-202509251228.p2.ge0ad050.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ab33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.20.0-202509230043.p2.g8b6396a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Af4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.20.0-202509230043.p2.g7fd1a7f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-exporter-container-v4.20.0-202509252156.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-runtime-extractor-container-v4.20.0-202509262224.p2.g3d37836.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Abc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.20.0-202509250226.p2.ga434281.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.20.0-202509271248.p2.g98df353.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Aff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.20.0-202509230726.p2.gcfa5ee9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Adc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.20.0-202509230726.p2.g0f8a4eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509231357.p2.g3f4542e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Adfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.20.0-202509231357.p2.g8b8dd30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Afd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.20.0-202509270025.p2.ga336f0b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ab7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.20.0-202509270025.p2.g4a9b90e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.20.0-202509230043.p2.g0151588.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.20.0-202509230726.p2.g5085f18.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.20.0-202509251424.p2.gc258b4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ae83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.20.0-202509240558.p2.g64bfec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ac2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.20.0-202509230043.p2.gfc73c80.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.20.0-202509230043.p2.g391c1b0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Afd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.20.0-202509230043.p2.g43c8959.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.20.0-202509230043.p2.gf0c6474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.20.0-202509230726.p2.gdd3c4d0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ab517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.20.0-202509230043.p2.gb81340a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Aeccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.20.0-202509270025.p2.g26d0917.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Aaf4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.20.0-202509230043.p2.gf12b1b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Ab641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.20.0-202509270025.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.20.0-202509231357.p2.g881b35e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ab6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.20.0-202509230043.p2.ga1535bf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.20.0-202509261327.p2.gd9e543d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.20.0-202509271248.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ab8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.gc4fe3e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ad64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.20.0-202509230043.p2.g10d327b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.20.0-202509261327.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.20.0-202509230043.p2.g0693fe5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ae8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.g319efc9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.20.0-202509230043.p2.g2424e8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Afd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.20.0-202509230043.p2.gf011b3c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.20.0-202509230043.p2.gbf2fa66.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Af1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.20.0-202509241057.p2.g37e0c31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.20.0-202509262224.p2.g74b1c90.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.20.0-202509231357.p2.gf2529ae.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Aef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ab0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.ge2bd260.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.20.0-202509262224.p2.g4c6036e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Af9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.20.0-202509252353.p2.gc095103.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=volume-data-source-validator-container-v4.20.0-202509230726.p2.g0e61642.assembly.stream.el9"
}
}
}
],
"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:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_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:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_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:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_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:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_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-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_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:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_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:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_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:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_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:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_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:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_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:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_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:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_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:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_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:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_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:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_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:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_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:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_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:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_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:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_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:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_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-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_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:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_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:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_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:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_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:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_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:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_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-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_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:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_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:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_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:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_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:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_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:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_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:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_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:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_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:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_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:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_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:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_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:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"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:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_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:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_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:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_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:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"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:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_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:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_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:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_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:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_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:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_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:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_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:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_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:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_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:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_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:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_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:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_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:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_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:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_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:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_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:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_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:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"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:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_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:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_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:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_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:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_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:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_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:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_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:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_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:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_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:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_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:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"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:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_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:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_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:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_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:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_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:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_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:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_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:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_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:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_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:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_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:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_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:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_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:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_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:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_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:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_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:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_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:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_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-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_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:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_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:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_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:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_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:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_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:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_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:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_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:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"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:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_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:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_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:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_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:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"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:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_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:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_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:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_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:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_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:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_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:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"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:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_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:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_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:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_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:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"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:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_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:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_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:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_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:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_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:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_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:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_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:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_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:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_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:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_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:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_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:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_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:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_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:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_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:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_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:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_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:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_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:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_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:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_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:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_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:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_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:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_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:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"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:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_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:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_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:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_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:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_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:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_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:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_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:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_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:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_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:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_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:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_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:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_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:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_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:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_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:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_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:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_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:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_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:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_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:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_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:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_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:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_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-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_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:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_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:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_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:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_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-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_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:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_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:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_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:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_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-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_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:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_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:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_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:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_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-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_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:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_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:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_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:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_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-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_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:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_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:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_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:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_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:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_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:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_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:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_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:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_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:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_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:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_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:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_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:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_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-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_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:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_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-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_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:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_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:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_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:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_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:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_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:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_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:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_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:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_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:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_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:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_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:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_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:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_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:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_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:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_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-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_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:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_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-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_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:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_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@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_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:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_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@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_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:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_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-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_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:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_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:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_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:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_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:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_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:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_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:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_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:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_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-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_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:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_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:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_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:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_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:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_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:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_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:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_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:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_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:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_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:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_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:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_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:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_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:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_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:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_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:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_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:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_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:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_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:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_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:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_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:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_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:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_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:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_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:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_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:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_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-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_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:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_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:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_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:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_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:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_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:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_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-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_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:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_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:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_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:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_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:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_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:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_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-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_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:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_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:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_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:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_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-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_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:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_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:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_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:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_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:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_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:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_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-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_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:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_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:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_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:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_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:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_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:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_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:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_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:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_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:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_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:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_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:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_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:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_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-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_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:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_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-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_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:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_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-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_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:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_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:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_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:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_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:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_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:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_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:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_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:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_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:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_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:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_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:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_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:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_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:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_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:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_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:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_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:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_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:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_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:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_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-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_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:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_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:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_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:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_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:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_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:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_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-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_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:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_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:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_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:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_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:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_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:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_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:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_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:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_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:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_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:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_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:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_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:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_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-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_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:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_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:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_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:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_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:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_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:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_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:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_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:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_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:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_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:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_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:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_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:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_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:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_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:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_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:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_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:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_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:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_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:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_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@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_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:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_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:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_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:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_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@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_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:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_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:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_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:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_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:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_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:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_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:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_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:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_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:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_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:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_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:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_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:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_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:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_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:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_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:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_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:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_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:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_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:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_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-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_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:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_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-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_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:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_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:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_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:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_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:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_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:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_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-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_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:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_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-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_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:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_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:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_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:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_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:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_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:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_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:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_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:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_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:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_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:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_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:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_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:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_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:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_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:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_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-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_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:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_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:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_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:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_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:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_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:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_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:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_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:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_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-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_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:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_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:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_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:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_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:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_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:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_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:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_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:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_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:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_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:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_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:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_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:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_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-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_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:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_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:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_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:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_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:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_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:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_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:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_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:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_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-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_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:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_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:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_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:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_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:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_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:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_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-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_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:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_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:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_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:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_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:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_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:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_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:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_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:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_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:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_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:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_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:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_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:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_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:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_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:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_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-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_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:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_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:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_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:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_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:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_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:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_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:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_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:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_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:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_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:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_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:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_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:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_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:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_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:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_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:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_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:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_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:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_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:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_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:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_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:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_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:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_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:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_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-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_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:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_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:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_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:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_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:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_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:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_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:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_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:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_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:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_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:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_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:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_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:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_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:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_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:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_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:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_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:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_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-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_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:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_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:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_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:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_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-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_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:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_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:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_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:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_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:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_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:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_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-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_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:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_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:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_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:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_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:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_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:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_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:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_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:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_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:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_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:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_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:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_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:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_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-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_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:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_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:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_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:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_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:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_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:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_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:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_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:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_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:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_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:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_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:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_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:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_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:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_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:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_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:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_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:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_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-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_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:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_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:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_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:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_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:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_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:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_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:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_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:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_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:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_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:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_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:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_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:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_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:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_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:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_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:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_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:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_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:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_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:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_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:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_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:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_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:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_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:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_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:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_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:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_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:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_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:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_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:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_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:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_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:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_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:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_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:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_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:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_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:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_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:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_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:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_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:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_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-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_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:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_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-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_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:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_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:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_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:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_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:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_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:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_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:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_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:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_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:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_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:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_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-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_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:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_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:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_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:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_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:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_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:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_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-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_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:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_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-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_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:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_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:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_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:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_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:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_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:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_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:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_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:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_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:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_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:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_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:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_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:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_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:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_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:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_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:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_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:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_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:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_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:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_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:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_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:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_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:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_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:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_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:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_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:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_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:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_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:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_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:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_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:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_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:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_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:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_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:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_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:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_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:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_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:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_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:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_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:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_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:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_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:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_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:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_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:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_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:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_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:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_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:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_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:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_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-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_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:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_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:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_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:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_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:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_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:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_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:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_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:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_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-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_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:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_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-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_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:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_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:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_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:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_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:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_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:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_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:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_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:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_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:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_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:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_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:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_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:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_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-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_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:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_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:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_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:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_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:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_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:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_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-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_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:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_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:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_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:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_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:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_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:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_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-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_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:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_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:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_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:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_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:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_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:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_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-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_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:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_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:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_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:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_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:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_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:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_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:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_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:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_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:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_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:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_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:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_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:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_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:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_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:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_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:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_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:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_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:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_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:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_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:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_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:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_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:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_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:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_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:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_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:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_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-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_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:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_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:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_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:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_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:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_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:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_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:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_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:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_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:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_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:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_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:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_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:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_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:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_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:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_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:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_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:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_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:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_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:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_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-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_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:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_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:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_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:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_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:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_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:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_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-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_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:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_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:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_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:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_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:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_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:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_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-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_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:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_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:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_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:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_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:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_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:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_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-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_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:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_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:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_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:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_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-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_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:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_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:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_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:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_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:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_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:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_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:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_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:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_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:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_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:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_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:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_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:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_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:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_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:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_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:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_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:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_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-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_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:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_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:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_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:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_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:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_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:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_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:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_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:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_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:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_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:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_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:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_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:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_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:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_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:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_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:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_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:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_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:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_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:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_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:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_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:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_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:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_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:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_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:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_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:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_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:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_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:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_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:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_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:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_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:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_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:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_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:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_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:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_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:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_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:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_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:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_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:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_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:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_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:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_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:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_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:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_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:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_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:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_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:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_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:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_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:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_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:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_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-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_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:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_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-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_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:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_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:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_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:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_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:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_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:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_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-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_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:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_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:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_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:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_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:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_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:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_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:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_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:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_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:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_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:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_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@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_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:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_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:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_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:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_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:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_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:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_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-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_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:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_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:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_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:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_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:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_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:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_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:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_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:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_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:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_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:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_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:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_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:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_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:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_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:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_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:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_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:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_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:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_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:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_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:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_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:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_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-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_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:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_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:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_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:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_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:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_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:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_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-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_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:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_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:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_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:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_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-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_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:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_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:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_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:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_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-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_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:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_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-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_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:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_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-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_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:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_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-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_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:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_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-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_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:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_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:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_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:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_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:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_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:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_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:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_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:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_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:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_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:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_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:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_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:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_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:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_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:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_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-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_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:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_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:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_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:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_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:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_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:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_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-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_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:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_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:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_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:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_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:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_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:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_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:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_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:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_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:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_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:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_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:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_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:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_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:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_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:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_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:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_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:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_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:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_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:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_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-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_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:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_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:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_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:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_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-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_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:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_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:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_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:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_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:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_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:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_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-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_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:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_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-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_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:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_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:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_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:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_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:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_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:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_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:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_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:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_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:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_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:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_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:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_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:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_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-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_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:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_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-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_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:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_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:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_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:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_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:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_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:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_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:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_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:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_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:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_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:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_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-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_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:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_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:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_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:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_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-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_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:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_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:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_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:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_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:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_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:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_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-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_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:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_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-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_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:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_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:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_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:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_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:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_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:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_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:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_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:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_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:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_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:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_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:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_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:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_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:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_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:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_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-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_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:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_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:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_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:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_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:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_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:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_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:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_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:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_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:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_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:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_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:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_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:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_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-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_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:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_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:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_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:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_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:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_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:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_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-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_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:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_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:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_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:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_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-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_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:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_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:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_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:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_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-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_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:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_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:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_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:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_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-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_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:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_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:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_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:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_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:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_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:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_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:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_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:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_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:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_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:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_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:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_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:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_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-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_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:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_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:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_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:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_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:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_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:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_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-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_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:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_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:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_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:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_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:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_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:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_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:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_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:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_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:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_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:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_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:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_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:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_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:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_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:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_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:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_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:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_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:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_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:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_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:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_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:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_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:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_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:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_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-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_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:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_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:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_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:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_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:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_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:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_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:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_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:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_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:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_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:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_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-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_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:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_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:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_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:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_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:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_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:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_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:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_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:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_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:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_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:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_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:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_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:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_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:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_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:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_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:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_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:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_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:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_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:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_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-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_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:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_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:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_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:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_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:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_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:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_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:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_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:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_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:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_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:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_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:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_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:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_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-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_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:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_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-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_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:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_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:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_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:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_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:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_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:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_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:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_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:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_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-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_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:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_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:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_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:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_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:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_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:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_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:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_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:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_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:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_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:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_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:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_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:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_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:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_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:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_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:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_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:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_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-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_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:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_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:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_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:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_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:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_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:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_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:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_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:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_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:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_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:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_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:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_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:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_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-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_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:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_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-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_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:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_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:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_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:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_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:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_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:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_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-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_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:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_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-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_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:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_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-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_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:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_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:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_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:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_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:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_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:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_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:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_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:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_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:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_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:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_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-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_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:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_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:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_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:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_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@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_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:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_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@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_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:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_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:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_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:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_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:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_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:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_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-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_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:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_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:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_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:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_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:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_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:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_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-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_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:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_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:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_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:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_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:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_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:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_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:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_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:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_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-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_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:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_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:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_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:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_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:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_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:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_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:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_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:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_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:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_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:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_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:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_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:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_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:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_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:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_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:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_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:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_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:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_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:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_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:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_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:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_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:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_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:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_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-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_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:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_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:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_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:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_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:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_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:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_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:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_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:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_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:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_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:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_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:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_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:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_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-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_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:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_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:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_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:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_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-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_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:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_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:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_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:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_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:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_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:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_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:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_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:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_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:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_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:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_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:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_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:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_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:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_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:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_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:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_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:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_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:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_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:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_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:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_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:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_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:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_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:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_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:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_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:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_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:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_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:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_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:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_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:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_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:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_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:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_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:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_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:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_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:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_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:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_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-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_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:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_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:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_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:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_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:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_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:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_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:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_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:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_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:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_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:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_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:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_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:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_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:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_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:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_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:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_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:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_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-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_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:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_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:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_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:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_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-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_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:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_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:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_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:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_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:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_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:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_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:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_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:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_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:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_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:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_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:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_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:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_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:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_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:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_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:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_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:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_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-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_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:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_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:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_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:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_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:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_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:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_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:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_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:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_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:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_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:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_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:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_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:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_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:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_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:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_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:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_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:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_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:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_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:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_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:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_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:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_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:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_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:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_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:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_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:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_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:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_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:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_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:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_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:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_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-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_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:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_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-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_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:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_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-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_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:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_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:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_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:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_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:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_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:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_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:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_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:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_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:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_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:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_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:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_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:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_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-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_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:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_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:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_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:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_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:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_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:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_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:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_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:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_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-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_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:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_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-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_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:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_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:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_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:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_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:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_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:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_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:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_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:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_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:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_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:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_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:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_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:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_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:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_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:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_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:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_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:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_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:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_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:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_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:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_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:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_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:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_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:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_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:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_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:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_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:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_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:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_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:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_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:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_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-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_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:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_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:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_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:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_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:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_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:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_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@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_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:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_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:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_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:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_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:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_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:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"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:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_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:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_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:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_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:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_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:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_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:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"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:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_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:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45339",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-01-28T02:00:48.029971+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:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342463"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog",
"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-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "RHBZ#2342463",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342463"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74",
"url": "https://github.com/golang/glog/pull/74"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2",
"url": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs",
"url": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs"
},
{
"category": "external",
"summary": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File",
"url": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3372",
"url": "https://pkg.go.dev/vuln/GO-2025-3372"
}
],
"release_date": "2025-01-28T01:03:24.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-21T04:13:27+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:d1dc76522d1e235b97675b28e977cb8c452f47d39c0eb519cde02114925f91d2\n\n (For s390x architecture)\n The image digest is sha256:bb2b07ca992b8c976341c145ccdcefbd57e946a590efaa5e10d60fc5a2cbe503\n\n (For ppc64le architecture)\n The image digest is sha256:678369ac0a189674b3d9f5779ee7042b39e625ee580579ec302d8899f8ddc613\n\n (For aarch64 architecture)\n The image digest is sha256:791079aeb081a9193cec139ba4dccbafbfc9437b6e5e39d70225b0e6d2f51b34\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-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9562"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
},
{
"acknowledgments": [
{
"names": [
"Thibault Guittet"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2024-45497",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"discovery_date": "2024-08-29T00:00:00+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:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2308673"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenShift build process, where the docker-build container is configured with a hostPath volume mount that maps the node\u0027s /var/lib/kubelet/config.json file into the build pod. This file contains sensitive credentials necessary for pulling images from private repositories. The mount is not read-only, which allows the attacker to overwrite it. By modifying the config.json file, the attacker can cause a denial of service by preventing the node from pulling new images and potentially exfiltrating sensitive secrets. This flaw impacts the availability of services dependent on image pulls and exposes sensitive information to unauthorized parties.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openshift-api: openshift-controller-manager/build: Build Process in OpenShift Allows Overwriting of Node Pull Credentials",
"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-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45497"
},
{
"category": "external",
"summary": "RHBZ#2308673",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2308673"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45497",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45497"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45497",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45497"
}
],
"release_date": "2024-12-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-21T04:13:27+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:d1dc76522d1e235b97675b28e977cb8c452f47d39c0eb519cde02114925f91d2\n\n (For s390x architecture)\n The image digest is sha256:bb2b07ca992b8c976341c145ccdcefbd57e946a590efaa5e10d60fc5a2cbe503\n\n (For ppc64le architecture)\n The image digest is sha256:678369ac0a189674b3d9f5779ee7042b39e625ee580579ec302d8899f8ddc613\n\n (For aarch64 architecture)\n The image digest is sha256:791079aeb081a9193cec139ba4dccbafbfc9437b6e5e39d70225b0e6d2f51b34\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-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9562"
},
{
"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:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openshift-api: openshift-controller-manager/build: Build Process in OpenShift Allows Overwriting of Node Pull Credentials"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+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:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-21T04:13:27+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:d1dc76522d1e235b97675b28e977cb8c452f47d39c0eb519cde02114925f91d2\n\n (For s390x architecture)\n The image digest is sha256:bb2b07ca992b8c976341c145ccdcefbd57e946a590efaa5e10d60fc5a2cbe503\n\n (For ppc64le architecture)\n The image digest is sha256:678369ac0a189674b3d9f5779ee7042b39e625ee580579ec302d8899f8ddc613\n\n (For aarch64 architecture)\n The image digest is sha256:791079aeb081a9193cec139ba4dccbafbfc9437b6e5e39d70225b0e6d2f51b34\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-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9562"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_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.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-53547",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-07-08T22:01:16.594090+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:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378905"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "helm.sh/helm/v3: Helm Chart Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Although GitOps ships Helm, this product is not vulnerable to this vulnerability as ArgoCD doesn\u0027t use helm dependency update. Additionally ArgoCD scans the whole repository searching for symbolic links that eventually points to a out of bounds destination, this later feature ensures ArgoCD is not vulnerable for this issue. Given this information ArgoCD won\u0027t be updated to pull a new version of Helm in other versions than the currently latest upstream one.",
"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/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "RHBZ#2378905",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378905"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571",
"url": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm",
"url": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm"
}
],
"release_date": "2025-07-08T21:39:59.075000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-21T04:13:27+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:d1dc76522d1e235b97675b28e977cb8c452f47d39c0eb519cde02114925f91d2\n\n (For s390x architecture)\n The image digest is sha256:bb2b07ca992b8c976341c145ccdcefbd57e946a590efaa5e10d60fc5a2cbe503\n\n (For ppc64le architecture)\n The image digest is sha256:678369ac0a189674b3d9f5779ee7042b39e625ee580579ec302d8899f8ddc613\n\n (For aarch64 architecture)\n The image digest is sha256:791079aeb081a9193cec139ba4dccbafbfc9437b6e5e39d70225b0e6d2f51b34\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/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9562"
},
{
"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:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1131fcfdec26956c87228a11b3846c23216bb29ac71644bdc6b1e0522ab78d29_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1c90dfe31bb71ea22d9b1edfece83a67126fcdeb802f8c73cfb669f82afa7daf_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:3cc41e7c3d6276e7799481050fa647dc65434e0ffdb540f76ad5a7de76d647aa_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:47468c068ead377acc315ed2404dce84981aa34d28c2edde07e909521dcfbb23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0a47c1b24f1e1213a9bf0cf5556784f95c91324e4096e31f6d8fd6f0e1a3312e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:544d050791bfae94aa53db2c08d0d4df279a637f18cf22a1935621264e569f52_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a153a6e0e7823dd12484010acac6b71369086b0aff0176447ec2993518f0ab5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:baf1d18acef8e94fd852f99cbcb5c72a647827cb6069ccffe57697089d2327c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:71095fb59f9b7da72951994204e81f27c5ccf8501e3d2e0a2ccfd94c7595767c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7d45164233e7acbb0e615048680f509b10d5a2da14520324ee3f334d8870a36b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:993e240a38dd9cc91a34cb9642e5231a44fbdb039d4eb6dfccc0fcb81ea28354_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bf39943eb6ddcc12db70a63d79d343e1ecf0ab4da63f0ec5542f152766809540_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:55ed2b3b8d62edb3fbb8e472aeab31f5d07985c57df63f2bce68f9dca114cbea_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:9466c0205433d70d31ece712176059b5dcc648067ad90fc29b8c0364ece197b0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:adb5064d6960bbc8197253a8b1ddf925f2c60ff37fcb7b1c9625b25f223f1c46_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:eef96becdf360171446ce10368557d23d46f1f15daa19e220c5fd0ae94989253_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:0f27e51b516d1d42223506c4b1aaa35e42619ea47ae54506ab2009d7aeae1c3c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:83a441f7bdaad08b6a669ec55b84f9ef3278b688bb081800650f4f5a03260801_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:9db7bdd361d248e5293548e40f29ca141ae198f67fe9bc7f97668054edbef1f1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f4765808695a3cdf97a941d181a347a741589f32315e334b681cd79388415fb0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17eec2fadafa42437077157690567e89c6fc58fd18e8ddc1d7bfb6daf70ad36f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5df01dcd8f993d12bf2bd595479736e00d1790dc36a84c96b1e297b767b27b3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b93a77bcaaf518f24edfa5b36ccdcb17577adb33f9ba5a5fe8dc45af04f979b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f663cb063365339c8fd416679f6777cfc4aa23030bef0352105c3eb508610352_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:9d13ccad936fb62ee3de6f9f9db92c972de7189188736d730f2e37b8c56c725d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b55dc28b2f717af2e5a76e029b596396c476ab6a55e64a1540da343b26f1e0bb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ddb102281300523fc0cd683fc118149554b74b16c0857df0234a6f1030b00d23_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e90becf264c54e3d0518fa38fb07fe8ffdbbe9660a4759e52e3fc0002b5c3f06_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:74ea1f7256c2c9d06d4e57d531a22e5b7b1162bc2b93811d2488330360f3fcb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9722d396a8eb4dfe3b006baaf25a8354b6180da487ddc737dc3ccbfc88f5ee12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d1fdd3bd3a6419fd458b1ced2be9d9c3bc1852474624c489b7b99576ca1ca31f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:dc0ab9761bc1f6723de6d37163ca3379aed988a2e27c88f772a2c977f788c24d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:0db79c5278e832718db3125d708620c793d1dcb36cfa4f348c68994b78cfa8e0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:7eb1d602b596bfed4071d32aa030a922f0b133c1d90766f8e69ab72675bf601d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:a7b0596c8c9e2e90d9fba354e1411fbb6771d4c59258ee7a0a7a7b2a90b6567c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/frr-rhel9@sha256:aa9c0fc742c4d76545608bd95173448d57fa61e2def72e8749597009a06413a8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:710b4fc8130b30bbc3154a06aee38920a7487369367a71c28b49283a7ba6fb34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:75a412d76827522cd444ade9aa2041e1e849e29b98734f2af23236d390fb81b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:df54222349acf62a91df8881985251d93c9b3381c8844f0a19f40f49745ae9c5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:e7d829f5f8198784c63cd04e1ab97de22e80a2a030d7bd2f75f99012e76a1584_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3a60e419b54e8f75494aeec7adaaf8c28b7e3ac0f17130406786e82ec38dfccf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5998c52d275ff4be994be553e03767904a1bab6bb4b3098f7e791ddd5eae336b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:d7d7776bddbcc3a31940842b8ee602c5e04ca66d49c91a0c6742c56297d6439b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:e910cd2b0c370d219349db6d57a2610ec78b2510aa44d3446b97d259026f938e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05b71857d328ae8fd6f09962d319e259f23de5841ee8a1e707f06f12feea49d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:09d18f80c176721e012643b4898f077a94f937a95a95e97ad7fe1d6d0a7f04b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:11de921b35ad5b3cf2fbcdb0ff0af4ac095b72c090da3885bb93f734f65eec36_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff26c15de9ccbb081329a45097c997cf08c479355f38a37d2fe7ec6096f5ee8e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a7b526b6ac6030b8b769445cc4c4473a0a5a480c23f4b45de68bcc2d51171015_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c930f94d24ad38c2c905dedb328cf9c30a6a8194b5681f7000d2eb4b18257840_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:dfb1c6ebe015e43f72955bbfd80c7eac767ff6e3fada1a868585a90cfc064dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:f72d5dacffb5a061f82467ef3ffd1a91206684c70815060efbda218efd9dd7f1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:17cfae654f9117c61ffd80132113a05ff1ce78626d0ea3ea436e8e41bf378628_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:40e0aee1ffca2b6475d4bea4d10ae8c4a4508ed9fb36e69581e8269ee3af1b2f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:971d5ab870b6efc359d3a1eef3efc473bd6d8ef2f003a65a42fc31a8d1417cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:eccd3440f3dfc20681b986b0141a504f433f8d66fb8a98be4442436f534253d8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29bc5de46a34d5404c9c596b79e7d594efc3ff88ddf621e0eb45409c7143ed2a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:490dd4fd274b7d575912de821f79f6673b330e47209d4022a7517da65ee3270a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8d5860c21b8b687adaaa6920efa69d90fdf85721e8d1881e23d97671dd4351a1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d3acec72170f0d8665ffc808b176c424c183839d3f98c6f471d50e06fed4529b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0a047cc13298fb019a13e2da158657447dcbb34d33eb0fa35d3ddad827afed32_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:2b9e0c506cb47a805f82d0a21b98a0a7dfa4985d2a1d34e001eb287b3c4a6815_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5ead8b8c97ce03c7b2ffd12d2d6742fb96b72c5d01f383be9ae5af2e2e35fa60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a3ee7dc673a637778fda0f60cd76221f741e5650dbcfc21fc80a2beb8a837d88_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:169779c461e4954739c81556bc956ead5bf5e56a9f1dc3cdf93da488a914bac7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:5781fac9a60f8a1a6c92c106078c663f7ee8c900690d0feea3d758c96ca414b0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ec5b3da88f12047bb8c201d207373c19c07cbd72bc1640c22ba0c9b46be305ca_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eefa97a6e44781cceaa5639209db706c69097b2db347d48c2864cc65bb570c13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:3e8acefd88f5260396575cd922df9a9fdcc956c2d22b8ac39e404a2669566cc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6a71c8651b4991bd2dea8a650ad865e78db0cb68736fc25134824bd188f5e450_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:abeb097076a40a5c6aa839fd7b6364ee545346a6db0acd9648d91c8956c93518_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dafeab28c96f3cbfe27cdf08e26e0655009837e82babb390d22936762ae4ee6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0fef5404a19274bbd765449deb73464acc31af756f0fec4cb14e9e11a862ab7a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:3ccfbc39e97c5cc5bfd3d067be17f9b7db2a0cdfa87ff28f669119e0e0c2e543_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5077d9133c2db67507ae7426b93aa3f5da7b59db2fadafac2951c5fe3211de90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a323c80fc8219cb38a7900877b35542bc2d2383c7ff1bf00126bc291688eb7d9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:9ead657779a23c2f2f35e8bc8ae6d0aa1b9f24152d987c9fb01700ce55c8a85f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ccd122672d83eb708926640f5b3e241b598a2c7ced757275893509a1ce841a59_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:cf87b9ea5524bd872fcc6444f0d0e26d3ff85f6510eb45d6d290269258865242_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f02e9ebef02f235292e604d6059c98cd84a8df39c3916f146a0b6ef623119fc9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:18370c1a1c50ea925a35cb68cc555eac4e8811a9c6c0d59a338e07fb9a7f0b69_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:37473ec0d6327d24a1acf088bd39efbded9f9434d4a704f3aad5afa0faa4d8ce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:72f2dd161da29257f7cfb98cf25deb61331e0d18c8af86c48899b42ffa8f54f8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7e47b65d529586b23e49189e144b65ba9f6ceb85405d02e719bb9a0f2504c914_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0453210d53091b590ba69de67e7544ebed8c6e9d78132778c299de95f30eb148_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:349cddf17dbf35f4deee4f4309a7af9a590dec39e033f2ed2901e841749e264e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8410f1c0c6caf842d534202a4ef35a82f9287406d2994a63df26cf518db4d877_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e31c0c77922e3742c6431d561a7d87ed71bd2f8bfa312543bb3480a087e74992_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0b1ee6c2937bbdcdbc08d50d099006b8d536db204ed577a3d11eb666532a4df4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:19738e13e7b7f07ce69b8a5adff8de8202142c9bde9f98a0c97793cf9c7bf2ea_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3e72a22cac4d1e7d5c67fe09a9c9e3b99bc2645af09652371bdec06fc1afca23_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:faaa25df338bbd4a422838b46064ffcb57385ab87dd78df0690c303e8649fcce_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:891035de61448ccafaf90242ecde9299d94fb1203c61b0b7cb24b3d1009b8baf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:bbf1bd9572fb9821dbaa53ed67483259a47de2ef4283c92687d99365ab4354a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:463839873323c52f92828e5b5379735794d27f83b33f0c3a4fe8a27ff6bde265_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bb252eb2bb7999b18df9e642bb096d545c8823f2dfd2a30accd815d6f52a3ffa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:30cdca95ce49022a7550f489ff660565a434ae8d36cd4c38df178e5c0648c540_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d5a82e6d6bea4d5c10347c7310afbcb6748311d88913921c7624a2b730b90e3e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:1beffd71c883522c955fed98e059b3e8a882d13e2e1e352aa38856957c6b29a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:2384cc2b509ddd0e8afe5ca171d2d84dc2af59d9164bcdb246ad252a301214c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:13586b55f0ab7d69078290780082bb074e130c7fad841c41a3c2387e77f423a1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a3530e93262e5ebdb2eb087921b3c11eaec8157259d4440a37ae982c712e38f3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0b903b2b241685e829ea7ebcf417c28dea9109e1abeba11606362aabc6dde85e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:9467461eba19b0d97ffbbe4d2464129b43bc9941730f6296c37b4b9804e065c4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b8c570069620a2fbbe3ea4475637e9de5612d9bc341fb835d0f4f24cec29d25_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5709d33f62b13ed3f9e1e4e4f28c3afac9a807dc734d1f822c466cbdf10965ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:84e8866988bcccdb91a916b3f193d369d9601b65b6bcb29e56ab0c802883fe8f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:b22b326ef4fcb46bf4f0801cd8c94e8b04920247a4e45fcc4daaf5056db6608c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82005e94b96831da84bc283366987abeca3728ce6398c46abb4593588416dc16_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:db78ffc7f6fe5dd044f4462625d1ccedb58ac9995b89e2ccc4825e2079f0f504_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1b2a178f7c27d13a20a2bad40ea3135cc0e2292d16b05848219226040d570364_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a014b3bc5c6b900033e07ca0435b23c1dffcbf146777a11300ebfe6249bec83_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d1549704ef3759f233951d30452b9fdfec4dce0679574a9e06ec81ee556cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:52c33e378c40c6370ff593a3f8382de0178ed19af6622ab66ed57320ae9bb6aa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:01b47fa16c055ac548a00df83712e4d51660833d64f720c0a542eac80a96a70e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:2e7e17549aca8be7e8f021035e01263029d48e59f960d245f6a93da5e4b4ae78_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:74a29d779b9699fbe392af886fb50b5399bb199552ebe1796c7acb0d82b1fd11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:78a6dc952719c29dcece9667894170e869c746b923238fec08f34201317fc40a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:58fc33a6532401c9d2a8d967e97814a4a92818fa907043bfc6172edff3555604_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:79365818d22beece1f1a3f2cabd0a3c291f7b8a5e12eadf62cad7a5dce07b04b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:a9ff5fc7b7e4201c0076b10678b0a0c9ca0a8c0ea55667e3ed873ad5f56c02fb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:bc51bb4a257abda09c56ee04dd53dc308be8fbdc30440f87548e8dd304d2ff52_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:65b8d37601a2cc8d07aadc8ee80deeecd173f65fa0f579c36a88b667fe006be0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:7254629be4b5ca2cad06ee68ff9395ce4500654b4e64070909eff27d79286281_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a2a8165454c25c5533e3826b994f5728b54a55f8a9e710a9f392f2de8d518a48_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:cc33a290dfe0c42c2c5b3685bdbc5f5c204f126af1e7e6a4e320b09c7ae134ff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:576756ae53ac7548ffdb45caac3db0538bc22f10d643125eaef7fb872b25be1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aa269725ff069b87b05264494821ca9ae7354f64cd5677bced79a61ce1d63b7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:c3a9f0b5f11b0b4620db4e53c6f6629d56ef31afb2394bda0fe97afe1e03fc3a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d72b4a1925e21de9a3c0fa2e9797ec647603e49be82c1706307ec7c63b46c28d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6fa98dd8f5f922be879b5957c75f3347b2c3ba597edcf2d36025db6aeb91cc0b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:bfe8b0543a4150771da0bbdf7f19bb40063f7a39a7a1dd23121ec43747d2e8e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:d2e6b92fe386c7427b611881152b2313033800b7ee1d3220cca1328654135475_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:de6d624770ded732e92c06065697e423ec7dc77d8d8a62b8e18609d5a17a400a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4e6d45d5ae703ab4034a95336b928e31da981e4fe1c947df6d4577532bebaaf3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:80edf1a6325da1c36eadff8d9246583d4a550c36f9d4ede8d75059aa6ea558c9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:bd588c7b4db3782897e556366739231d9ecab53181957da257ab7d86df6c1aaa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:cece56241e48fa1543f855453554e07680ced01bd11c02e48af1575b2950aefc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bb4933aecc22dd6862d9ebebd6ed72c7d9b9f926d4c08ebfb052495484c04a1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:355601840333dad1a2071992d06a7ac8ea13bcf1cdb0a7a40c375a899e76ea1c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b667d7a84f3bb5f935600e3a8e0ec31f22c15aa5193008c569082b4e8034c058_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c5e10db275c5e13c35037d158725acd65ef418bcd08c37472a26c9ec0b097d14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a9d58f9d8dd969c7bd107319a2498a674fe4e6477185a44558f168d994b39a5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0b863c14018315b92dec323dafb13c4d5a4e1511a126de7aecce5a162abe8eb5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:198965ce6d074d57f2abe8b391170e54f38cae6b6111ce9d3c78b2aefb980318_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:748d504b6f9489d614183a9b3b16930df1b2b73cdb5bf9d4471952447440bceb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:38a476eb3fb5a680eb79c40404b030f1a4b821e46266a4fac8ef910cfecfdfb8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:48fca93d4cb5613c73caf1c2dbea6e3e855468c39b367e7167582cf8fea469a8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8134c48a64ddbeda06483c8661d503812a80c8da10ca75cb12a435a9576ea69e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bbd717007419c0ee4292b385b8133c16f763332af60a666943f52aa59c7c061b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:512b1f9b9c36da779666368b853cb83cd3f8661b96b2ea0289b656a622b907d2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:5ae919a05bda2158e9984b1800fa3d42d0f532dbb0bc338ff8bfd855868bd54a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83d24c4a8420e5144320314ca59a44fa6cb43aef842c84f3442657b99f04965d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8b034cb569a8085640a27edca3c46c5d58916d7f9371ac95bbbe3ed30b9391a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:01633018802c7f548d63b90be28b26066e52eebfa4dfbae871b28b39766faa28_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:78062fa5a01cca1eee196ecb06e8e2feb478391e61dde0fb62c4562f51f3e71b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:d5470fde0759ca085b10da4fcfd9f6bc0bba1c7b84a0f2f61d27ba660c9b1c9e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fcd212060d56be0505675d7cf635b76007da7502356133ebb89914cab9617c8b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0497e9f51585e118ea204601bf00bf68ef2b7fe6e37eb2404f04ea57ba29978c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:39cd9bc99a017659367350ca8773ed97b9d8e95a65c2697a321947cb9377e307_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5737e7dc91de97e98a5ae931c86f2dee9acbe256428dc1daf4b269b26ea57149_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f06ca184bf88a6e3841a4a2da3d9bdeff36e44f2a8fcb5f9693f7a7412b11341_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1583cfb844b724795aca35db8c9ed9fbe84b99458dc3fb706d87046e55290e17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3e1f4cf60e3bd96da76360c3a7c88ab752b7ed249f35645d2e8c62d262b54415_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6fa9ce3627b36f9063dbbd32ff9845be37dae3f1a0e0b87ba8e9c564ee4874bf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9fdd96c272c27c4ca1643bccac7cd77952bfcfaf309f8c5e1a5af14e6ed587d1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:40961fcb81dacba9dd6806e80b002b04704983e03fea231e60e83a95dc768cdf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5487ac67fd64fce84cc5549af9c054743b49ff089c3ee222b5fc438aafddc5f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:99e96600e803774b9060ce3c5773040e361be310cf8f75c7f6881528ebb503af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ad8499882839a89fd38696e86eb75947a65967ea901a2e59170dbf1eea9aea29_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0981a63df104207aa3083b85da7e9c6eb54b2ecebd12c04e0dce15293d0ecf92_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7eaa84954231992a682154c29b8d1f0986947d2d7f9aa4279e493b4ce197dbbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b86dcb2bfea854158cd7d4b5577fb950696a2ef592de78d8f520337d9932746c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c55dab4c0c1797fbf3deada305f0a25273e8fc34d6a95c9ece51f51f358c72a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0dc3d4b71d9ac64cfc11f723d154219e7bce359a6deb04671671b00a9af2ead9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1b30bcb3d0ae6489bd3480b890972c3f70a3ad9bca1a4e063713b3ff22c73eef_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:2498e2398daf17a891cf659b029c3b349650bf2fe7878e2850f8a184e529f587_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bd81bc2a53318ced515dd65d9e0880ed0a32d6d4b8a333d300207caab534d996_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:61f506c99e8fcfb3889a750b0b24f8b1d72a8e7431fe6232514225f2dd1d22a4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc408f63fcbe2515d1ad122eea9aba7c0e343876ae031ac36609cf4a5e26b925_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ce516e05fad4065fce030f0b111d8e4350bab2db2a8c2d764a71400af517b852_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:fd999c36faf3fffb2242648b2738733ab143ce62dd278f0795d01af4aec39790_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:99b30ff544b4c0a65b912c9a8d32c713c7465e99f1d2bc6a7940ae9bf26af5ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9d3f81286b60bd814ada2f39b4c061ebc4d38dd20b42f339e5523a8bdb98a7d2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e80c3f51fc86cadc1938473d8733728126fa259bac61e6e59be4c24cf03d389e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ea2881e3466ce6d34eaf9517a674864ff59b16032d4d6b467e3801ab1db70759_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:0476286ea7bfcdf3ab67a57c45c1b067f367496e46293ece64b478d4b5a2ea79_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:1ba9f8249d3844a407733095338b7f9274a0849c46e6c4a8ca644915b96346c7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d55e749e979139eebcbd079fe2c208dce37b4d39636a5b794d62eba4560eee68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:e02b271f194d573ebc5933d0f87e2bfac314aec39abc82601834e84d0a512c23_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:210a31edf0a5a28fbbe7fb6a2e875d1674d2d1ca70755e041aed11eb3382a886_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:24aa14bf2e4c4b6c6612a286100d65c9251688ac21ee02e085210d1683f38c0e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:77ebbebdb857e880eb5b53067d80312afa9c9e381ca437d1f79fd4fed703fcb7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b6071d84007d8d6e2443c4838da95d648370163c9824a06f2354a0eb2092db9c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:012a6bba216eecfd20879838de79784dad58cb065a43d39c731b9786809c2c34_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2d487cfe601ad45404197cb1883bf26123ef8d79340b74db40e7c73ca6064da3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3f80db96b2de8bcd732f642b3df70dd07a1472e069c8b1b6ab9821b5c0f9063b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:437dc116dd5575f7c6fe5386bad3cbfb67eac25cfe6893f70e3ca448b6ede60f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:572e1ea1fda9d794e1d3b862401cd37bb82ee550667a0f8f881b0cf543248d09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:61f997b124ede3cdc97f800f6aeb0b605de5a5bbe9cc1463e5446987d0c7bbcd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:745c64c2f3ec22d902afbde2552c4fcffb2f85aa8591d43f9455827eacc34e29_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:89cb59492f87db34a6766980a4b092202c7cc4b5fb4a363ab04bd1258fbfe01f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:1c302b8349b5d4dad6ec7559daa9edf3e9c6ec799ed3a9113b49ea3118a945cb_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:90906ad619a439b4d8eb64a5a7dd42bb15a2115e06adb56e144ce4bdde7a353f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:adbbaf0edbaf1cfe82b9fea008d923c481acde1d50d35b4cbae3d75248d37b04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c9f57fb7eaeee44d9d4ce164a163147388ed242bc46dc63c8b918cd29d9aa469_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4a1724e668747cf045c8a7e116634ed8635edd0bbcb0458ada36041410d2f4b6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8b8195f9da5ec2c90484239b9ef2c500e5f18fcca2c7d28d2a57835c20457c93_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b2bf95c0c26cfac97a4610d00fe92185544ba9b767cac4acb5036bd88654884a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:f258370920f023cf75c5531d4d2f3e6015c5c323f17e8d4e7e927827c64d31d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0268003f97628fe0a1ab9dc3ae64cb64dd418da606dc53948ece4b3d21da4937_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:634bd57c3b7396b5c891c5985a84d96d67003c7e08af7157e33bba0e580e467b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ab019da7c4f6699dff5400740235a21ac6592b767c76f8473a0a704e1960865a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e8a29ca54e6b3d36eb3eb17c87df92c4d2304e1925a77ec6a54e949c84b0ff60_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b169d95b07d7bec48266091e52e18be59377bcb96b04ab4356402ba03a0da85a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ea855a467065c3b82144bfc69bac03b9c76160f1ef4b8a5bb24c8c43db1fa1b2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f99597adf232fa3fb4e6c2b7ae10eb272da2b7207e53b6bddc917528940c8ad7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff9323c6f44ef0cdcfb45bd63b6e5cc622e59140235ad2067028492ba9d64068_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3a63d9f0b7269ce15a22e91c33a091eaf27682821c7e4057d6dcbd85c905bf5c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7475d30b797b442e120df55b52d8d9f08e3f4cfd8d96398f2f1db027e8aafd1d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9459daf9ce5a3eab13ba03b8017d72259229ec48d37ae5cccf70cb5ba6705b2c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a8e59887c275b3f3c331d3a9669daf466d56736b2771c1b2207e167ce57d7c07_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:56a967375375d955641f40fd5436bf739551998d444979c5bbadc9fa76429468_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:76ff3175548d858a832a7c76d9130630551d923e559cde755f4efce04ef9fee1_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9221d5394e3f406d20b5a472e1fe061ffca2765e3158201fc9b6996ba8e3c58c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e06dbe7aa5391a24d10f639038199307457a5ef434062daa40ea1f0727d7f552_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:24c170118cd88f8e3e9d63ae8b18adf2f9b1b96a9fda1c35ee347e87c0f5e5f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2a6a4da34a683c64983fc3ea3ab750166b524620432a5c07f53be2bd53a08468_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:3d535b41d011f2992120db076e202eb9e83377c133baa2a2a3931b80f1ffbf2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f0266e9128a590db3bc35fcc917c10e411a5ae94e16bba1e72e299caa09d4d61_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:36633a653126f6db0ff43f5cde59e64ab47a3e12d45836df7f7a595104fbab0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:41caacf90c2e6d77f96800d36c5ebb69cc29877c3bd7347422895d98e2baf4e5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c0b17c0286e8010305b44d4006d041a1189de340014d457524c14f250b906742_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d81d9504790e9837a1e8fc10fdbb645976937d30d6971cb72a2d0c08e2ca0255_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:09cb201547189e27550b001d01e5198912dc84462cd0d72beb954f177042bd3e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:29a209fc70598c7c8e842358e74f79122084b138dda922ba2af17e3ee350bdc9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83dc1d0d6a5e60d95d6fda7c5e6fc30fceaa611f9519dbac9916099a0c2e5d12_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a66d91dcdc8828e872a8128bdadbf5794893735b27804dd4a0d511c4e619139d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6044915c96da7c39ec0f82aa79579ca31f887ed36100216932de4bbe36f33c81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ce5a9eb7d2f4c20758895293622b41d156783b7bef623da1d8098a7fcd409a90_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d34282877b618547fd540b894df0cd1f209a435d6a820a8d6d4e0cfa5f9e198c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e512964db2fe8e41ace3c2c3f64f9ab7a36be9ff65752555f690d1b3a031bf0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0e9961655133b03d1f499f053ea75dbc2360923b2441b827987565a94edafb92_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:24e38fbc768fdae8bf2cae1cd5e4637d8f1c4b2a5be08d834a29545cf003fdbb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5964b4958bc31f451702f0452237c7344d13594348b158a49a6370934a5e42e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f6d2fe423bfb28db3a34dc4510b459e961c8d67ff908c0eb9780d1113b09cbdc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0791f32e53fee9461d80b5bee50934a3f37f54a2396586ac4380e3fa9542b359_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:20fe008457dd31ab91e5e284b3fc70b9393c3d032815896fd39b4b9e5bebc8d8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:2bc4e13c2c28bf1cfb24968ed49b2aaf90fd69f155a84927f89e610fc2e660d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f35f3a09127863ac99adbcde6ce7ae5f27a06589d3261246c67eac859848a92f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b035a94ceca3c4d0e90042ca78fc7adf583e87fb03a9f0be1179701db23610cc_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4e6c0364fbfa1377dc68feded2b98ad5ad6ca38e8c00ab50ca76dcdf053d7cd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:be2d4cfc3c4d5657e14a9be5a91e3e9d87a068b127e149ec8ab75de81922ae11_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dfc1657702213b866a4308d60898adfc6f2fd508690511f5b92afcb7fffdcc48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1434244460d1b84250e7e7f48e48811980aa888966d739087bdbcfcaa04132db_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1c0b5983cd609bbf9ed4fd634e7244b33e6741941c5cc0a5b55ee77c68ab6e83_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3c407c9668d9ee93e5de44952ac7304fd79aa0e109bc783d31af4e2dec791c39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e923cdd5eb94e1963c89413e8dc6364760c828876484c5aec4f45a0b70f88aa5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:11a73f6c45cd8cd399f369074d6ea1424f438536d298eaa322565a98d4e7e44f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bd192c43e1296607f9e92eb68beb5ce8bb595b73972e88f4c289fadce9ad1113_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e59421290c94f79f8d91d54d3a8a32d7848640a9be5fa15e44e92a6a6163545b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:eb0eb50da3e80f06d53b498d5ae50135b7d1082d4c2de9b9d6cd3af3d79acd44_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:0fb67170cc6d2425ac14755295bd879b4d6cbe7c875f02db1da42692dfb97cb8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2f0b230e27f1e5394d0d31dc1502bd418d3a2d639cdff09ca38ac9979eddc46c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6c8c9bc1915de44a5d875fa6bd57128bd86e807258190d4a6625574bda518616_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e3ab3a235778daca7823d2501650794a84227416b351d844e7c3391bddb0cb18_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:68b49014a8985a47ee9894760073ab07d48d474c9c7b31ce543d805da697f442_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a892ab6223f35b23942f7732cbcdddd4482cc7d6e44bd74f394fce6f65edbad1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e85f768393f32bda81dc50cad9325553cbe7ea59806ab73da6b97dee0ac74001_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e9b179f2d2389766736965b4ed470b63bf7795ed124214389b8bad99ff9501c3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:56a4604b6b4a5e52e3ef71be7936ced6d2f206295c6cb86a8d49e14c67bb3e58_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a07fa955225d13ef92cd15cb95f855aadddb16bf1bdc1c9ae36075ef9b9e321c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c1e2a76a6ab0fea7a32e938d39c8137033ad045b667c45a5e597131f9d8fed6c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e182798af4a15f520bfb265cf96ad3e46ffbcfc431dbfacbb6d904dfeacf0d2f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c47f86aa6a7e35aae3c88bfe95f9882d3fd6d36ec4222b5e4f86374c9c3e07f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2f3a7fa43c8f9a00c4c08c8c82ef477d983fb23d1988caaabe2770cd29a8172c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:3638578e5cad01a5dba929b8249fdbc8e0d625888b8c282685c1932574855b79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e82adda7ab6d143195ad757a4724b68bc5dda18e0eb6eb7b5cf1013e5bdf05b5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4f868c40824c95d01e2c888a457fd3f9d5784faa4f5acfcb0c8886ccbefcf3de_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:566ba8cf7a62c585dc06f2d0a232a7a3c9015db751ed38c8369086217422a10f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2a53747755c545e1caeac6443599691d116faf6d8eb7da07fc65ef052c77140_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5ac32abd779633c13a0e1f1e9bca3e9c3006b3916563cb0ae22d7e7cd73305b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:010c1fc97f6a62b96fbb8edecd957064dc8cfdcc353f28bd89b2807fd0337c63_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f05a952c48efd473de6366130efa6cf7080c79b3998bc97bf1496e16daeab26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2f0b83835e981e01d6775dd3c42118ec69fcfd7b0147984ce0d9719bb96dbdf1_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8d755ce026a09bce7a42ecd4cc40aee7a259bd4c715801622a2ff5345cfd2c8d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4b8a3afcf1f85a2122c1ed95a45b5304d155baa55b37408992d0e93c68623691_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b72df9c085304f3605dd2a18894c42d39eb859ab4fa1d5cbcdbb538bcfaa5ccd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bd4096d2ecdfe1bf2c446268771c26d781f74979b9802bad6665ccf9531253ca_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:df6eb982b1e693cebda4396dab90be0f3a93ddd8b1d40caafbca55c610a580b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6b376ef0cfb708c11d74b6de0144815ce69c05794face083b721cb503c6daac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b71ebec7ca943b4ea85457e17a943aa345015613cf08c08bffbd9192f686385b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed9d709c3e216a5cdccce5892447460442acebb33c411ea2f99a2680abb0ff50_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fbb4055355b03c32f2dcaf2ff7fe3d602606a311b76f46a8509f52595d56900b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:02de3d35bfe9ede14e26fd99b9ed6f12851920fd4a8b140de54d318617658c2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:05473ce1ba59c776401a7baf0d94403073781086ab27e1d2e1c120d1088c16cd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5f586d6a568649e6aed7149048aea062631e71c99b50252a7e9d72d7c6bc66e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a235c5199ff527b42bb6a6ee6cb00e06a57132b43bbd5171664fe5a9eb799ca5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:54fe7a9a17579203f5cf7d3eae5cbfba051a9f2a98922d6cb19b33c9a2ef1e6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c17d854e522f4820d5bc070a0da705dd8f3365d72439ff2fcec2cf53cbc3b10d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e4f21bbcc1e20ce3666692d7081930ca44d8766a88b2287be2b8ad7a1b46729c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fd400bdf7058bd898185ce4eea5cfc653f39d4e05c8185ff91b6b357567b46df_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:61515aadee7ea0a08250a896c4909836a3ac4e2c500d99e177808724932860db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:97ea4ceb3435c8844fcd8f169a38f49d3b22fa8ecf79c652da0e0a0ef176e34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:c9d5425f53ab89131cf67df4ec6ca6c5c6f2b1fb57539d3166e2a907c97fa71f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ed0035a56db4f5f2b9dc8f39a733b70330ef2cfe7e58a236fb604f66f67deca0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:29f7ae865993d9f302b386292ad02408e8c2e992a6068fe86b21cdd84772b0a3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:72646df7555bb88852c394ba83a051e08b635d5aba126b688199cdb014440991_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a78f52910d1f2680225375e53b5b4a8ae380b0372d7c88ad875603341a567b5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5a8ff5c3388837107ae62e0ccdd7a9a0822daf41ac062291cc2ea4eceee918d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c813ba3ef44e5e25baa8a7020e7b933f8e0522b70c157a2168e22c602ac19074_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cd5b6cbe71a7724308906f358b7d3c9b76bfba365a0bf6282672a18f7877cca0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:61de4a07867256b041c07399280eb24ae2e9edbb1b43680d9c0192b9e59088d7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:aa90c2f93772ca69391f65f26405d3f3089ceee14c9087d7e1b8615d87bfb6a0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b2bb7d62f2158ec5bce1050639dbce4a0a2544bb897203b73acc0e3e7521c3c8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f9e5f576d452723124c2c4b2144cae47630f00a31bcdf456ae0eb0d58584ebe7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:046025c626880357c668bbc55f96565f82cbe3fad509b4c9ac94f83576b9f3df_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:22844514c1f8279eb31bebdf00735b6b35710bcddccc2accff9403e718472210_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6604b5a42906ceaa86c9080c1a130ebfced512f7320af7421d8fd05248c46e70_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c8b9f3c1919dcb1f4d4473d155c8c5be35796878c2855239e985b7438d1b0337_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:09fbce301367a75a395b91f5dcdad07a370de1fbee2364a2ecab8df28d607c27_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5fbf5446483fca6021d585044364325ee596c06511deabf62ab975fbec917c0e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9ff028879a2612cd4b3b42b57f27d215849a7ec3d8453f0f66988f90044ac27e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:b1f756b661c2bd845d789b9300620984a6b420d7fec521b13276400913e22f98_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5818b7be7ce6c1965fa51d66cd450541616ce3f193237870d00331736aa1730d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5c440e7dbd9cc06b09783f1ef2b4268625bf31a1cb206a9efce7958f8e78c450_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:65c2ddaf13e349f3d16b215be0711bd358337126d16b71f5cb2aa7577d5c4dcb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ed0f343cc77cfb0aeb236364efbf0fe20d292c37a29162675d8e0392ede33582_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0bbdc181843f5db0a350bd284834fdc759943ebb6a3a85313553c7c022112845_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:5c494bd710bf2273cd636aa3a6152ee8b71deb4181c051120440d56de7e0bd14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c6b0a704f40649988cc19222c445eb9b1d0b0f8acf8f8573c1081ff5eb40f2ee_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d498e06c9b8490f7386a9342db52cefda7561c87fe8efec6c4fb6dfbe18b6ba0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:198718ef2729da08b43845e2e1b937cf9ac965cebae1033739c6235780a08c2f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3494c696098154af446e62b7e21bb9e6744be4e58796df6231f0b8ea20528e99_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:de994c44b33d5bd6659f7c32dc4a51c200d5f9c5bbf44f9e3d07531ae1f11499_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f339275a49cc24bb9760076d5be829a95d92d575c05717817cf900c4fd7381e1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3d79e0d82a6cae240fbf66564c67f8a04fe013e24ebd78a33f1eb8e5efefbd56_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:44e68c7b0da464af6fb814f604ee3da08a91f6eef2d3004f645f16286dc10bec_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:54bc30e4861f9734f6921389a7be5ba355e09c702bf7b6b8d1c81cf0330a6fc3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b0858dcc7dc11aec978d2905f85fd7cd52e545b98f63c185d20ee9a4ef8aae55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:312871aecc2ba79e845bd02e4d323ee7dff19230d0409aeb7e993b14518f6bf8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3d1b25278fb00dd3b23bf99a1ba0c8a2f41e060f4878b62ac6fcfc8f13dd33a7_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:55984a4b7bd0ad1c3e0af10e1261e0f78bed8b2bc922f44528712f315dd699e2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5beb73389c408c570dc679238819ac7a6fce2b3e840c8bb34e4560c509cdaed_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:117e076dfdcc32206d0c7841964162427ffb2363e5288abe9f0bb23043769b35_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8360d9d4044006d13176d7840fc66530a4ddb71a1db246ea36a7d06af520c92b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9c6bbf74a3d47503b6582cd41218f4c7cfd47e058aecae5942138bd1c9a5485e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e0671378557eea9400f878568342c6d41353b9d7259f60e1f3d34c9a331f78b3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:784479d768ea928b999ac60769ef57b1701f689553a590d0981add7d8d05152e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8469f95f649fa13a63ef6dc62b8f3ef67a39a93277ca1b70d332411e24250cef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:98584cef0ca29574956d6bb0c4625d4b130c67d89b02131f5b94e3432bdd975f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:ceaa660fcbb90f054bd08b927ff9541ffab7de66d091a30a0e71777cb0f2866c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3654c629d9d8c9a07b481f6d9f8b36f77922f4b196b5e9dd4979957821dbd4b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:90bc309593fd38446ff321a2c30f15508b98e0c1b9cc91997b81a06830a63206_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c82dbdbf46267b14f7653f582cc33cbc723f88cc34af34b0908100d80f730aa1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:caec0101bacaba56e582595670f781742871a487c2eb28eec6a53208552758a8_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:14b52efa0c37f3c50686df64865f4e8365908975e36854e0e17e8db7a5a98f68_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5dc033fdc41faf544b2d06567b8f2aea99d8ce05e4200da0f168445f8d5ab5d8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f70ae5fdb0694f299001974d650d58960a15d397f0210d69e2378d1174a7b726_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4f4234903c0fc3c8be3eb19794174abc858e11abdecea6e70b134e730f9c48f4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:575386537a66ec411fe2b3ddbf482d11950f53e3c8ce262d3ccdfb732aaeed5b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:bdec420448b81cc57f5b53bbcf491c0ed53b6e3ca97da722f69f386a373afe50_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:14a7fba8b13f230465071813c71dc264e9f75219c3740df40ad03aa547832f70_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7502a0afca4ead3c1f677ba2344280312067cb403f8101104ea917fbe15ca357_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:bdcc556019daba60fc88a1609c2146778944a383f625077ffa06bd5f8fffad49_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4536b745ddac3a3382eddb328775552d80a8263b7707e9eaaa3f4c82d789bb7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4a320c345c9b03ebb158536761cf26f76203de18f49f45e3185eb9d2864968f9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e077f5a694e5805f3037b24e011fcde3c3d44f3201ba7c27a8db09578e55c912_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:205e072fb088d454b22705f31fbae2ce08fec1f0e67b2753755d27752941a281_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:329b8f627f04f0605db51b5ebe585af258e2f541026fc59bcbb4d9400cc3bc57_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4bed546db470982da3614646b658ca38aa634f62acee41470c480d065bd4cc1a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:67f1a1372d01a246fbe7d4cc1a0b5e4123e96b32893ae7401cc75a7346c63238_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:0f3b6562297860a94726c550248a910506b8d20ce1204729e11a4086165c1ac5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2a4997a3ced4f0c73124b28b88b1c8d1f1a9851b9d3b59991f374759a719f5eb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b82f46e9c8d01e78d4684c31def4a6b183d35c4df0752a5e05332d465976404a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e21ee998cd315488f941361f154be77eb026f167a4a84f5a8cdb1faf61107d53_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6386402f73873ef27204c0061fd569f71eebb647af3adbb053d4289c6dbe1451_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:6764b86d24eb4f7534b03c013fd1efec9602afbb32aaf7760a06d957b25821c7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:89da67154531a162db5e348fbf2a200640de6d24ebf12466dc474940e99d506b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:923119413647282bdedebc14b10d9a0280db6f7392135aefc00af1b8401e4d7f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5491113af1d9626f249d8c61c33ca0cbe8751a534a15cf366ab5eb0bf5396aef_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a914734d91c2dee30671e88fcc6d97f0bdb3a662c93411843d901358f4c6bf52_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6b59d7a41282c5b9cb1d31de5952d5d640b02d294a4030e72dc0a7bfe4b97ad_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fbdb11ae910bfa70ac87d077e34fe0c87c5a7b1690d698225042da0b4d0dac93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6a2f3917518dc6aa3e4e4caa9b293038b108b594a141cb436d785caa7cb23f59_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c6ac381870ba5d82acae813b86a0659064f9cb8ba0805e9529915d7614416f90_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:bdc0cf38d2dfad24373d44f1a5a8869d78b1a47a17d1064372c89872b077310b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:f358c1ab19f01d9e5a66658d72b49c2775a54aad9d2f115fbd6a69b689ad67ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:eb7fa0a56de429a634ecb66582ab0ec3489e67158bf829361162f40ee6cfca6c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ec6a7572c3d53e4c2a313446054039a2ed4a09b5a8501273b0335a1da516767f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:51183c9710bae247ffeb61cca3846544f2113c06a5e39ee62af7351b83158df9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b33f177ea34bafff053c255d33eb11d84e358d4585d4863a5ad7a57c9d7675f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:d3d7816cf5f55611a1a9fa8c475bb41f794460b464baa558baade7f24a9880c4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:08e62ee56b8033d0fd2ff0de82471551157bf017f174dba7e65a9db23599866e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e918afdfbf62687c59c38f97dc22ae5d75460afe7ce8531789891ae02f8bd0db_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:71322439934398f522ad020727fab5b41cb1d29cb986dab0fdd2151b5f6b294c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:804303c605340d12df6a300565945252da3ad8c1ac938af1cb8aa9332993d7ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5a79ea0b6813f7abb611c82b1cb683873cd1fa0d8775ff3165c36d6fecba5b48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7961c0335139b45a38c7c838ac5b6e6162cb52db5680d6a9fea049979f4d45a2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f4c2bbd7522a1dd432fd6aa7ba3c7455f1b3d6da433559a6f250ba6d543da3f5_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fc832d6c086430f7b4841101512c95fa6788f84a9b8e89ebabfda1bcad6073f8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1f345d65b143698eec421ea70276abc89067859dea237a14e2037d45894a6b37_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f16bdbc4a07bafab5f139385130639ee12ef9eba4d8088bde34b9e48d5cd6d6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7cb05fc99304b7478a277902ea455927cefabde8e79441c3a376274067a0e169_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d02c6388d44376b1610870a82e2245bc2205dd040c94cbf90f4a3745d315f067_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ed937b7999462c59b5a7fe30248ac8433ec4ee8ca9623fb55349485c5a3e94_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:14f6e6a2807449993cadc7980ef332648ec274ba29e205b7f482512293d0fafd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:92e7e9b1f81ad2d7d822847f714b9af5dd7843ce2e5d10276699259821796bbc_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b794d6ef5f20583a0289850d414117eb8a2df5cdb467da1b62ae2feeb9cddef6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:84380ebece943b86bf5cf5639fb1b9f7a20003279308c42b668f965da4a339cc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f92f56af6c9348adb6dbc353178a519aaa161122bcedf49731525c6e62f4ecf0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45910db5f10d894604afd0d1e6a8810554e66b0d7f7ff051c78654baa4860754_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fa1b2b4680e3d7d44e402e8e1fa7c8d7c85574802eef980b1c166baaf4cfa503_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:12b61542ef0ff3fe65426dc708062e8b3703aaef81754f194bd4e688177bd99f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dc0b374fb14af44c98574a6964c78577531efc038fd239c8be9a98b7058f6bba_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:369d39492a9a60491c0cd060f902a47f811c9bbf53fb9711079e5894aea0aa17_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:510d7a610920c22dd291ea3c434896396f7f478f1dfb4c686dbbc0079822e9d2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b6fa16ed4f44764476adf250e5d28eae77b4476fbfeab36f2a2d6dbba982c73_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:36e47a3710200ca57c59d5992a46605c4fb4c47b86b16b663c5bb820001fb802_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:7863839ce3152027c9b36defd8691ceb0d6de8f955f0ebd526b0ba7ede7451d0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:da1382b2fd22a06d33d057d6b590202c6124f55319e7dedfef5cfe503f4228c0_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:06a2f6765655e37786e9012ba9654d27c18ae81118af55d39e015405c9a837cb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:995e4a32925d336964f2f5432d1397f8ace4daf3f266e2fbf97c0aa1d78eaf3a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b0b698f1112f2fcc660831c4e006eccd373206ca9e930ef29f372a7a0b53e708_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:da800417f4680f68677c79a300e9dbc2c8177a8f3645538826bdc0817630d245_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:4165bfb35186bd382a2985d1c89640a71292fca7ed8bfc760c2cd12b3a269d02_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5a8ae4c499eb77d64d2ad321959db0dbb6da86d25b389d7857465140067ef1e8_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:5c6c73059200c9a7922b979efc6ec2d14a62a7dbe944f355db7ec59101bb7d0a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:886858a1aa0d80ab0fc51812418ed26133068f083fb4567103da9346e0a30d4a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:288aca9cdd43b5377a9c8ca16d2bd8077f639daf7f339461f778bf5d2fa78720_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:30d4ab2eefe4ffb1d56486ae250f03b4ed31b16c722983058fb515ff17d1f902_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4178284f4faf4052c343557fb639cef9ce11db0f0cd9b8ab6b5dbcbdb14cb364_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:53d93c94dbdf9c240336772e46109ba82467020e6a17eeb3cd5ee8622c7e366e_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:020b06fbfd172161c55122c809dab9eea065d3f202c8016a436ddae8f2d32df0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:dc4b6ed4f01775ed5deb454cf48fc3b968bbe4c006db8e974442a4c7ec79cec4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e71954f0a2997b1975f7836c3a67557fca15e1928392e27685f582ccc9008e9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e73777a055029bfee53df55efe8abe541f22027404331ada5544003873150dbd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:56af1e12b75cc082fc0370ae9d3b85ddc33a50506c0a25ab1f19b832f99fbe48_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:82588dfaa551c641c327b024f19cd4dee71c300624065eac2988de1eb91d194a_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:96a046aa1b04655d91a92e5a851245648d3c83773109362d8ee49a905b704624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c68e959fc06ba7b0cb0edc9008fdfd193dba1394f582d083c6a8e319f5880f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:525ba4d8f6fc9f6b9f64202af29467e2515aaeea164c1b552710c4fc7d944b1c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6358ce1d197d48d12d21ab27da81e6c0cd7dc000ce6f1602d20db4be165ee37a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:88f2a2d43e9621f058ad944fc8140cd433d7ac6273e8adbebf7c2f568a3ad41b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:fd905980a67c4c71af8409ba6f972b49edc44b91fb429085c7f93ad8c1a54c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:369d658da709c23e94f985070ed0ce0e55c233c1613d2884621c7b5f23990298_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c4c4021fbb28bc419118ea2b2f054cfa9c1455a335006918a7304d372e50afff_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3919f011ddb1bbb52835d76da2abd71ef66256b67504668eda59854055e1c4fa_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:b506e5622deddb721461908739b642d53c9654dadaa9c5f4c452f1fc971f38fd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:4b719a1058eb77cb3184d567ff6dd60cb9c589adb7cf07c1be6156ae7b194097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:646796a969b88020fe5cb801b386e5b2d55c510cd8febeacfd925b2f4f97235d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:96e0b5edae407ea12e59b834b9885a3b4820b8d5f725fbf8db28dbe097cb5f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:40962ea7081df97704c7e6b73e77534d8aecbaf11968a1d65066a1f0aa2dc7dc_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:765ec91d13d67cae97a846538d109a6d2d6539fb5610adf253810346d7aa6442_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:796ffc2a7ae5aeb0f8c6694f9fe74b214cc5adc071cce39aaae44b67a93d542e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a82cea6fb23b440c5c8530d16e4653f4766076941680385c650d60b857ac1c49_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:02e4ae9d9200baa42bf39279d32814296d2855d4d8a0a2179c5959ce00bfa5b2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:77218b64b624d6d7b61ffcda9aed325fd4f2e4b36e165ef20f8c4a27eddd710b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b7244ef72e915efbc62bf9286355d076ecf59b5537ca326b2843593837fa2084_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd6177c18aa0784459f0f5ea29a994fb2769379824638f6c32a2d64d05f22d21_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4f2a926dc86472ae5d143b2fae3b4cb479ba38229c6a9be1c57497b05c5d0967_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:93e0e185da6b9873665eace0eae6d5630bb296ad6ab9a6259df44b1cd962dc38_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ebb8647d059e812f52e92f4f8ec98822063b6d6bf693b8eed269371516fad761_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f022aca801d827626015b39a818727c393706569b8a1b26997ce42a5e734ef62_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5a11d28566fa95ef13addb2d0fe442652afa2bb34375f9dcf8edf6504207fa65_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:731857a9a6a1da3374bbc6ae108aac30215cb1af6f0bd35eccc19411d50fc271_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b49061dea8cf2144d198384e3268734d1073df1d6024a5e84b0abad657ae7829_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e83e4882f1ea915fb22fd98da0678428aa3dc2da53d15ea8a6b1f93d72602dfe_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1a90c1b0100f325ab6f35d160f4b3e7ba3a982c932f7993bdb76cb8c14f7a696_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2e235071658b39e0321f1c0688c12fad416abc7af3614045b722565a0dd54a85_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:865128ff89f89610e484990cc1bc0c84bc71ea058a53592350c1e155b4c5276e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c9b2a6a54970f5bdb7121c96605268e2ae5dfaa39ddca81208dc3259d9075dcd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:373cd8b1a42e438b463d29e01bb6fa655dcc2e58a1810889100c6052b5e0098b_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c27c1d9e8682a3ac8304ed69faea9191e3f7bc85b824a67c34577a130237f39_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:853d9903aee54519bceb2156e4dde28f38a87a23db932b743d1c0f9a708ffef9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c2c0192b48868c545c0e245c49ea191f141b3dec281249b85e64d27df29c493c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:12926d90af1ac1e5c11020aee8490b9d5487cdcf61e1afb180288c98d52559ab_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:cfdda35eed5d65bd03ed7256402f4e7a6efdfb53e9451ab35a20ed7200a2ed77_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d5f4adfe22998287e769aa276a51e43c9e6d42e4a90d503fea630de1b05ae71e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f862e827e37fee6b190eca67cd67af3b0d8f1bfadff1cc386040e824073d89b9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1975c392bf12951ff82f1ad719ac2cdc2117dfa115ad2bb41a3f41f0c3f7586e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3324c7e223a29cab1ad7267840c89942d881588496f1073b3ef6f1c410403328_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ca2f3b087df9293f48cb0a885ea043be4b1f8eb352fc63d57484937a7f5c38f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:c7c2c1c7feb93c79db3b05a6a16c079c5e1a4ee364c23f88370a0a4b4e443203_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:436c890ff2e818042626b7eeded523ed043071da439307fda77d5b364651852d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:64274b2bebce108f50f5201a6c33c4b1d8fae12c508e531ea7ee9284db8ca276_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:ab475224d0598eae59470208d8172aa53dbbb5e510f9089ebda6329a977c9ba5_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f30e504c4d0913a4ef99493ebfe6b2a111354de2e5112ea12c9b68babbe32e48_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:61a3c3d6ff11061bc52e058c981f26c47b81e6d349de61376c7d4b62d0385a55_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:6a7fd3488e729db6c2ecdecd722d576a5268c0c1723549204070ba411fb21db7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8da1b080615f739e6725e758ea65c15a837a311b79f32df79d85e5f460b2b3f6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a23399054a7ba10e4a2dfb7d31c5e0f20d11a4bdf151371207b1eb132cdb9b34_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6bcbb5a1bfb1230576190e6992dba2784d70d04472fb0a56042d8dc3402c738_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:cba92e6cea8e1458dbb886d52bf564a9025c1c1d4496d975bab4fa3bb1185a93_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d16dff9ec1d416cfbc035fbc3bc188df7c5b1b653ff76ed7bdae34e82fbca0cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fd56661496cb7517400a1b32f33a0f9667a2f794b9fba9b0ee363dd0dfc20804_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b44bf2a54c1b12828f8a6fc3c5800f483d4d6c27196f05d6fe5f534043aeda_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:41e7b94db67e17eb9396111caf7455b643ab8e99f8d6dc0181a325372ec75a16_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6476fb709284a7c235c8a71f84bfa44aae474d3aefd2f081c2847bcc7edc5ff6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98c88aca829cd8733e5cd08616f2a741a4f61cf9ee65d0c33ed8e6e391ba3150_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:29baa6f0570f938c996c021eff87794b4ce7c75fc38bddc3e98340526049573f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6421cb3e5fd46257243e94aacef6d06e42beb75bd8648e57673b7d07b32195b1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:890db612cba26fa4d06e3411df201467771b2294a05bcb821f1df985b5ba2588_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b38ef164141ae5b6bc12e9b8796ba672b26327d02e3cb072e063c6fd035c4ca2_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7960af887ae8358dcf1b682313a8352fbdfbfac94bb2eda36d2c2ced85a4c7df_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b517b0c95398b086cc6a703bdedffaaac8c7d5ac40638e4579a3594f627e927c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df8cac065775f9189eb99c0d30c40828b2fef80c7f0aa22cb3e0b36ddddc5745_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e663a63e6f11f0b929d4651e73ee223acf62a786a7269207f2534c4f6eaec8a5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:08bde5487195d0b565abb3555cbfed799a36681e71fb30404026be535a08863d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1ba54acec9bc8243c46563aeb7d99f62e8f6d42c90de27e99070b8a4a56946cf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:89460df0211b76f745ea514d804a8d4f7ac2c3ad8fbe485724925d01a0150f26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b33f839d8c9e00c8428201a5c898901f8d14e50e745c20f31cfabf043d68e33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d7e2805394ffc568115339bd620f8cbeffeef2677818e9ea58b16dbba9e52b53_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:6c29636babd873b78bf3151bfa13f2c7cc70256369f5efaeff2917be2a3ca3c9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6a1b8ebda9e13b7a9e97194fd98d562d5bff9e0945d0ed9488b9c82d675a7053_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96a2975a49e0644942c8b599d9872c7a8646f682143dd052d227b0959e6deca3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:af4c2b9baee8688cb58b1da993d7130547ef3a4154d6734859d3e027b14cee0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f3a457ae7b1f7976b696f51fe09eadcd135e45678613aec25c259a8037656611_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:20e7832e2db6262cd88d90ae597c1eb7d385a16b8fa1deb944c16814d4299f5e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b0375d1abf0d358c00ca14c185a29a4f9bdfdeb05b3e8c450db156ba3e1c1d82_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c42938dfd015534a0fc0916df0021ea8e6fd5b17616a6fc1cb516af1dc89f18f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e53b7f648d202e972a9b8092e7d4d89b066612d6cd0e44655030485e00cb6f81_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:1f39c68d0471cbab95235f3a69e264c57b933fe620d73d3215db8de06f0cf82d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6ded371f0692272246e4a626ec6007ca3ca44033cfeaef1bf19ed98eb2642d3b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b15985921e7abc987da97e18ee37cc2b1de113e3dbe64053e798b4031ed00e27_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:fa4f70fd3b1ad46a598ed04683359ebbb7a69104c36f1a229a8938199e85f187_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:1721d005639721195ff9f8b6b3aa720f1a3826c4eeb6e3b411aac08ea8269deb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:b641830b0d5c6c508d101f0c41106969746c15cfbefd651a1f5ae581bffaad6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c13be418231489d0615134d67e74d78549f11f462388719ad4bc845ac40c4bd3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f722dab1671982510fbddd403be553731bb1f29ce6d06c6a3d9b98bb3848de9c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0b2af16fb9e5d8ef807b158d2ce937c9ec39cd18fbc099d8ac1f398c1454ecb6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2e1c41f4b76058baa75aef950b63ec1d5e44ebe2362e7b5cff8238f7bea54a5c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8d14ab579d603434205b942d689dde858839d3e01cb143883cad325149702aab_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f3292a8a66c517869b26b5d6c3db3082eb0c6ef678cc4f1a929fb3c7ffa8171b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:47ed4f273fe8e5c314bf86578451079f754cfa2d06327d867f45304e2fb9a5e1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b6cbf485de05e259fe0ab1e3a4812cd902d47b60e71549d17fdb8df779d339dd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c666533e650809634ee2136651483fd3af78e46d1c4401bcecde2caa6646bf50_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e9574ae05c395d121538d03c62584c667db2d145583423fe1382bfec7ca9769a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:23043d4a73f0d25d0959030e3d9b8020e4453a748addcb5c5955415953ad30a3_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c86d021927983d69562436616ea388937d03428d5c573a915ca916a36836da2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6edbec32518ec96ee5e89982a87bb87fab6685ec1f2b248c8c3be6e884e8ed79_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d5d0f5f6ebb0a63694e8e2f54ada5eed61c41de69553af185b16214500c41ab4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:33f51850fa5e9c1076a94621a775b8e6c28e8678d6153f1bef3655e789131735_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49ed7f60a89475c04eac3e169125b715aed0515091a384f06bcdcb48e4560942_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:cf895da3ac3a2076f8560d7f3c81f8bb040751a0d85521b7bdf1e5d8fc0fcc71_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:eec7c6e59789cb1a738e38e471f0433cb669683bb4f562281693990a39821631_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:097435d1ba21a9fd15dead79f47474dc30480e57b92c8fb70f7731c85413a5c1_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:241eca604177620d4d670c6172c4cc45942e9d3e9ce2c076c09d88933b7b606d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:46dc26b31af66fc70ac44b29e0f492b9a2c85d6ef8e20eb3b5c7dbcbae032ddf_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9075a792df3d4a451d91ef974a55e96ec7563f7e1acbdd7c2c39b7f329baed58_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1075d91c539b4ad4061056a8016a58456a6634d2f8164036e06f83ae396adcfd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:143eaf1e276353f85c0dcda32b5979c706bc2c9f1127bfe622bf14d9671136ce_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4823b3cb98adf9377080d2893f3b5318c0af968c3f8e7b1de8e32a7df1eeac0a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cb186fe5ae1f284618eb986d510f4e51b7e92117156448e09b8955d4325cab7d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0befc5de2a0d7f67aaeb62eb40b16df546d6c1263de06da2e7e90795720262d9_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:44004bbfc4538eb89e5b9a67ed5f9cd7cded0f9229b5b97f19e198085683531a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b78a7a17bffc2d6f998e12538258211584e29f00888fe1a98070424e47adc398_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b8093e5600a6b5e9e39d6bcc0262ac1954df6fea6992a53abb03683480a88ae9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06e375c8eb7ac4a033f175c8e2676f3365e9d4ea1b921cfdefb849f250997a31_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bd341df108a2111ee29f059a2d8be0f06223af9dfc38a872a652ab8215ba3ae_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:77ca352f1f257a113d4cb383fe321aae96b44e506eef42911e77275e70db39dd_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:afe4ba95db2ab61ee2a7a865a80cd3739cde5f5890960628cd6741d33eaa7810_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5271d3ff4587f4f68f63432bfb7e684e52c798348928e27563056aa6f7f0affe_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:cc1e02ab5145b22f373103e4395c47f98f417e77bd4b6e094161f8d1cbea6c09_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d56215cfc9517e788e70982a1afa40877ab60f5358ae0054c9b61db3ae10452c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d64808937fb72506ae5778715b0fa91fe4167525e94b52e7c25b855a918a5c0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1ba16fde7a8d586540c659e975f29057c1dc3e3fc1c90c36cc43bd1d7a5a398d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6acba2335dc8e57ce274a81dd63d4b9a4085bb1bf209c973670e3d62749e456c_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:99940f24f9b2ab459de5755ac0853bb433952264a841d5b8104f4282248f8107_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d8b72efb1866d3e66c1ec0288d6867f2541b0dcb2a68dab622aa78906d3223af_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1cc6a8c2c1c13df857882d2c189118342702fc75f1eeff24d46f1b247c3e2599_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3790c640183da5d9f6ee3871db8a4a5d1fe0ec4e6f7a4df96de4dee9908df9f6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4ccfbda14612ff92cdb0d79963c07e1817fda5831f06a25d57e79a2062003d60_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ec1c6a30810dd9a8f535c26fde52bf049db0525d9fde1ad48d3e13ce3397d9ca_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0ce10ecbb40bde2d4207913be5765938336096f1a47b247f78b6d34595669883_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a367598f3122dd10c41808dff8e5379f8152360506f97f9d21a32732b0a49841_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:aa2fca7d58b78555d59a2f7069d6f77ac04fc5a21de3162e0c5a432534468448_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d82afd3f41a8e669595cd6cc81e9759e7d7a1b6686b131a98748af69153acc26_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:45fff394922fd6313f589bdfc5f4d50f19c2824ac28cf7a2c22002aa8c93e106_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:68669f4ba9156bac5f15d98dbdfbc49499f6148610c07f58ad70401f24a7cde8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:751f6808611eb120ab072508d69911269d96112f9b6e32321d38e7b4cf8897b7_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7eb4b2915c31f1960b5dd77536e1b42a34776475a35b92a8f06c64c462a338f0_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:28f3aa1e155d3a13aabc64d96e9c3fbc1cecf4432c0a7da9c86a16faed59043c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:80b393764206bab407ca5ba1c7f54082fc83d205b93fee58344f9b75ffa87fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8b54fd8b890a9e5088839f332bcbe9ebac57e5505cb24c9dfd6992255c9fe78b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f24666c61c1990b63115c77ba7601a0b061e69e4b102af95a67a0042664975a2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:7a3c6f9bbe2d78a12bca84e807cc57cb6901a405db7de7c844ac875f3f9fcab0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b167c416574ed43c27ec23e8c937afe0b0369b83ca29646aba141ff5a4a97da8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:eb6c92d8d659c35575582a0683a711c2b12bdc2f88fa5b5a7f15c715f0850610_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:fc532049c6290384f0657ea2ab86fad8e4f8e218862150fdec6884fec49274a8_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:0f6bec14bddd953a1eddb37c0b7aee266d588822cc197e763f76bfd85cf5020c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e8582df1076091e4642801549f2ec4681e362af42f78a009aaf282ba144c469b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:4dcc759886c009ac020637ed4baf870735bf5cc380b493d3e3e075a991b76f13_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7c0347c6531fcd0bf2dc707f030f892512a37087b64a507a6c0bbac277b2a86d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:63bd7fba97f9f3c66d41a431e4c1ca557685852ef19163711a8fbf29f4b6ae96_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:6f471b00d9090d628f90841d1438bc599bae7048d05bcf64e8ce6da90c79eb0d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:d5ae01597cd5cf3cf01700a13a9b6c5d8bd1c8555d8b0f193550e33b00aa7204_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fd0dbcda66e0930649eeffdda84dfa9d3c3c97a697526b9502320c0c197d0f72_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:045265110b0c7be5d111b84cafa922678b4655f597fd16dff7b378ebca33bf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:45062c05bbdcc212083253238a87d4453083fd772e2375de2a441174a5b2c42a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:58c782af3f834e2a1cf713e537a2252dc67ec1b6088589227218edaab36149b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5c5657baab9c8c4ab4aee5875fad3780a55fa819de72feaa3cc77feca561440e_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:93a90ca239652a520718f0deac954ce1be41d47c6265a7f28f14769808e1e865_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:97925ffae494d9f4f0f255bcbe0ec82a4af4007a2e649caf8ad1af4196359411_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a857968c230db44a25452a8e7c6e6add69510fa177f30c3607d5acd2518f614e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d205f8d2b9616247635092c93b5d8da60b8b3309ff2cccc0f4a132ca67ff9dc6_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1768217da3b131101dcbc3825102ae3d77caaf2250df0ea4a228f08ffa6ea9f2_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:50527714b1a6f4680c3aa577d03d5e9bcdaa92f37524a4f6d58c65e9bd22edff_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:9368e4e936e84fdb73574e8a9f32fa8ad9301a54b49df99524809b72931bcd75_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ece72f9a0a2346cecadd0c0ac28ff9d824ad556d423ab80d52a82bfdafeaa452_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:389f9fc1764a42f9b267a18f36658051d342e424fe8615833eb25f8ff45545b4_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a00ede8a1f03c392039fef68299c72cca8d88071fa48c501a0f7e985808f1bf8_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a0fdf8e37058085d8efe813d244f9b8900bf3e05c9d9e83663d62d6678010219_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:fbcb4542dd260a9b9ef486f08d9a319e2e8381d8d3ef31e46a510f7a7da6c3ac_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2295dbc2a95c2b207a4ec05c806dc11102a5ccba83bfa58c5074cc75c5b5a624_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e06020e3de22676d585f5b31f76a75ee6f97b9fd4c1af62b404c1e4b889e010_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b0c08534b5a7a6c08f66a944d3ea1cf81088d9157596f99075add2c247542e25_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bd6bb2744649e2644bcc9f8628a5800e473fb18f1b368ac180ba0955166080ba_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:160a977e7630cfb576111c68d21f1c0ca89bb410198bc48e4e49aaa2f82f61c1_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7e6cb1b8c118276e182fac70f2503637d0eef47e62bd207c170d07492aa0ede3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd9a91164ffd3198a3b02527724faecd7c5f2f95989a71efc36ce39073920d65_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:ef5e4eda1949806e1ac66f2d5ab51befd4f59943452bb59cd209c767a5d800f9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:553d8ab402ac6496e196dfaf6c974d1691eeefd3177b9f7fa9540a3e6f71bede_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5aa0d28796166b470332edba8e2183e9d3de7415566007dce15f7fc52227248f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0f4ae9da84de7b5b6ac2b74951c9556150269398b8f50f51bf7d109dc9bf4b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c67d6afd7a4132ac918f041b4b48a121b1ef1f832319e40cefc9f789f101d94c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:03b8d606e6bcfd2d383fe3c883bc951f6155003e13873530a8d78056bd7c751f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0e057842280e2477ce279d8e05ccd00ad1c2a526cd20f4226e6d2701ee50a0fd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ae6485fac87a0090a3ff180b02e3d767c52fc8134fb8d7cc1b6a0624d5ee984c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:f1028d22f472f74e4bfb42e6b22e9975cefb1962d3f273110f52c43a67c3c1e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:62ac8b5e72b0bc36f3b912c3b7ae16a90a25a345bc1d10de0de9f174365c005e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:7ff494fa4658ad4c1b9ff08ef04d7bc6efd458506d58c4c70086c2b00b3eec14_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:af7b64d80f93da5ab5cc7a6d4d114796f9d8ce3861e947818a1b43ada98720d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:fd8aa5e47d7d104e9db12009963556175580f41cb6be2feaf561a24a4b92d22b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07f3c586ce59ecd4f8f78c49b7db34c798133407550046f338fc0ae82074cc7b_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:140a17c32999b530ed7fc633474c86a72874df5f94e1b0dbb7266b73c265ecb2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b11b17eb912dd992c5dc0c688b2084e8c89fe5ec97643c97a02c028f7ce89522_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e868ada02f470b7a8bafd343d8843e92cdf63efd9d30ea1a0b3a7b0153efe5fd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:661eedadbcf29ef9b2c5f7c5d9224c862f211234fbf2c121ecd39ca01b54ef1f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:99c5baa31819bd31b5df493a3d2ad5de0fb65aa2d1d151bd4985fee69490ebae_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd9b8d90850cf8f8f670eda4b4b49634755c21bd01c80791c2b52f03feca8084_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f9fafcf5f2a0cb0d654f87f010398e0fc0ac58ed9889d6f4826377cc2e79f016_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0847d4f4a22990c85587879a3b45b0c2acfc3fe8487322d194bafe6db7c9cf9a_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3dc03d683f87ff9e385b7d117bc3dee4e75f638f919ab2e83af40ae5409d7b72_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b19c70e951e1389f202941229a5e941512deb31c1d0287dbeba6fde4dee24ab5_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:bc0ff0a6f3ad7e8aee6bd7855f43f7eb89d0a8119d82c0dfde3aa1194177cb7c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:6708b57357c91fa2af9323786f5e9e9c6c43ec6ec0434864058c1e955787e7b6_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71caeae2bf8e3914307c491bcf5a0420dce7ccd0284f8b8a719fb9734676d348_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:fc5471246852355f21cf6e4e87e80463b07b28e6d77a68aba1fedf62808f1436_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:606cb2fffd1af12189497dfba1c4b1c67c0a5279a1ef776ad99e4fb8876689c2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:1a4d84e9c7038628cd329e50d579dedf258adf49c64f568d01e4e6bb77a7c5d4_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:40f9563566b237cba5ac3d6b01631333ce9c13296bc5638d359755940800e579_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:3e6994b91d279ab1913c5c66920303d6066032f4fc30e52b25e18ec2823e6a68_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:824e58d9e790166317ffaacc815ae5608e814f47412f212987d3a93df1fbd63a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b9c2f1f4b71fcd6cd2f2e81c1dac3eaa4b430a7a2f5fa943f5f1a45858ee6432_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:db6e00cd56f47527e2bcf372157ab64f391a7dbc21ec58b75b29f5aa0b7f037b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a3933e296a5586fbcf1627afd4e0d97ba76015ddccad660443818f20e0f9202_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9114a40862a323a43e0ef9b8c282fc604da4c7f21ee2524653a47e5a69bb1b60_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b04b8a94af79bb4061bd0d1dba8ffaa6c46ee9f0fd0dd901a9b9f02e071bed9d_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:c1d827e217de54b66d78c7033123271fd630577e29f75a3f526f2df164689244_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:06caff4f3c05660abb3f54e724f3068263e0b03a7d76cfab98e139b5b6953658_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:3895b28489e9bb68bc73cc4b1e938b6e3491a7f001c699937a93c48208d3c6cb_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:76822788ef574b645a8f0681366fc192689b28a617e8100ee758351a48a95509_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:f1f91b03843233a38216ccdc16326d9047b9c8a74700f2288d357d4f7f2fd03a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "helm.sh/helm/v3: Helm Chart Code Execution"
}
]
}
RHSA-2026:3461
Vulnerability from csaf_redhat - Published: 2026-02-27 14:54 - Updated: 2026-06-30 15:48A flaw was found in ray. The job submission API allows a remote attacker to execute arbitrary code due to insufficient input validation. An unauthenticated attacker can trigger this vulnerability by sending a malicious job submission request. Successful exploitation results in arbitrary code execution on the affected Ray cluster.
CWE-918 - Server-Side Request Forgery (SSRF)| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
|
An out-of-memory flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFRasterScanlineSize64() API. This flaw allows a remote attacker to cause a denial of service via a crafted input with a size smaller than 379 KB.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
|
A segment fault (SEGV) flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFReadRGBATileExt() API. This flaw allows a remote attacker to cause a heap-buffer overflow, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
|
A flaw was found in shadow-utils. Affected versions of shadow-utils establish a default /etc/subuid behavior, for example, uid 100000 through 165535 for the first user account, that can conflict with the uids of users defined on locally administered networks. This issue potentially leads to account takeover by leveraging newuidmap for access to an NFS home directory or same-host resources for remote logins by these local network users.
CWE-1188 - Initialization of a Resource with an Insecure Default| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
|
A flaw was found in the libssh library in versions less than 0.11.2. An out-of-bounds read can be triggered in the sftp_handle function due to an incorrect comparison check that permits the function to access memory beyond the valid handle list and to return an invalid pointer, which is used in further processing. This vulnerability allows an authenticated remote attacker to potentially read unintended memory regions, exposing sensitive information or affect service behavior.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class within the vLLM project's multimodal feature set. The load_from_url and load_from_url_async methods fetch and process media from user-provided URLs without adequate restrictions on the target hosts. This allows an attacker to coerce the vLLM server into making arbitrary requests to internal network resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libtiff. The `get_histogram` function in `file/tiffmedian.c` exhibits a use-after-free condition when processing a specially crafted file, allowing a local attacker to trigger memory corruption. This manipulation results in a use-after-free vulnerability, and can lead to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libxstl/libxml2. The 'exsltDynMapFunction' function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling 'dyn:map()', leading to stack exhaustion and a local denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Libtiff. This vulnerability is a "write-what-where" condition, triggered when the library processes a specially crafted TIFF image file. By providing an abnormally large image height value in the file's metadata, an attacker can trick the library into writing attacker-controlled color data to an arbitrary memory location. This memory corruption can be exploited to cause a denial of service (application crash) or to achieve arbitrary code execution with the permissions of the user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. A remote attacker can exploit a stack buffer overflow vulnerability by supplying a crafted Cryptographic Message Syntax (CMS) message with an oversized Initialization Vector (IV) when parsing AuthEnvelopedData structures that use Authenticated Encryption with Associated Data (AEAD) ciphers such as AES-GCM. This can lead to a crash, causing a Denial of Service (DoS), or potentially allow for remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath ("", ".", and ".."), can result in the binaries listed in the PATH being unexpectedly returned.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console bind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in vLLM’s API token authentication logic, where token comparisons were not performed in constant time. This weakness could allow an attacker to exploit timing differences to guess valid tokens and bypass authentication.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the server implementation of vLLM, where the handling of Jinja templates does not properly validate user-supplied input through the chat_template and chat_template_kwargs parameters. When a specially crafted template is processed, it can trigger excessive looping or recursion inside the Jinja engine, consuming large amounts of CPU and memory. This can cause the server to become unresponsive or crash, resulting in a denial-of-service (DoS) condition for applications using vLLM.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A denial-of-service vulnerability in vLLM allows an attacker with API access to crash the engine by submitting multimodal embedding tensors that have the correct number of dimensions but an invalid internal shape. Because vLLM validates only the tensor’s ndim and not the full expected shape, malformed embeddings trigger shape mismatches or validation failures during processing, causing the inference engine to terminate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability in vLLM allows an authenticated user to trigger unintended tokenization during chat template processing by supplying crafted chat_template_kwargs to the /v1/chat/completions or /tokenize endpoints. By forcing the server to tokenize very large inputs, an attacker can block the API server’s event loop for extended periods, causing a denial of service and delaying all other requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Ray’s HTTP API endpoint handling (e.g. /api/jobs, /api/job_agent/jobs/), which allows a remote attacker to trigger arbitrary code execution when a developer using Ray visits a malicious website in a vulnerable browser (e.g. Firefox or Safari). The root cause is an insufficient defense relying solely on the User-Agent header starting with “Mozilla”, which can be manipulated under the fetch specification — enabling a DNS-rebinding attack to bypass browser-based protections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A denial of service vulnerability has been discovered in the python Starlette framework. an unauthenticated attacker can send a crafted HTTP Range header that triggers quadratic-time processing in Starlette's FileResponse Range parsing/merging logic. This induces CPU exhaustion per request, causing a denial‑of‑service for endpoints serving files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
|
A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model's configuration, even when explicit security measures are set to prevent it.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
|
A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host's memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in protobuf. A remote attacker can exploit this denial-of-service (DoS) vulnerability by supplying deeply nested `google.protobuf.Any` messages to the `google.protobuf.json_format.ParseDict()` function. This bypasses the intended recursion depth limit, leading to the exhaustion of Python’s recursion stack and causing a `RecursionError`, which results in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
urllib3 is an HTTP client library for Python. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
|
A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted 1x1 pixel image to a vLLM engine serving multimodal models that use the Idefics3 vision model implementation. This leads to a tensor dimension mismatch, causing an unhandled runtime error and resulting in complete server termination, effectively a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted video URL to vLLM's multimodal endpoint. This action causes vLLM to leak a heap memory address, significantly reducing the effectiveness of Address Space Layout Randomization (ASLR). This information disclosure can then be chained with a heap overflow vulnerability to achieve remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). This vulnerability allows a remote attacker to achieve arbitrary code execution on the vLLM host during model loading. This occurs because vLLM loads Hugging Face `auto_map` dynamic modules without properly validating the `trust_remote_code` setting. By influencing the model repository or path, an attacker can execute malicious Python code at server startup, even before any API requests are handled.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python-Multipart, a tool for parsing multipart form data in Python applications. This vulnerability, known as path traversal, allows a remote attacker to write uploaded files to any location on the server's file system. This exploitation occurs when specific non-default configuration options, `UPLOAD_DIR` and `UPLOAD_KEEP_FILENAME=True`, are enabled, and a malicious filename is provided during a file upload. The primary consequence is unauthorized file creation or modification, which could lead to system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class, specifically within the load_from_url and load_from_url_async methods. An attacker can exploit differing interpretations of backslashes by Python parsing libraries used for host restrictions to bypass these restrictions. This allows the attacker to force the vLLM server to make arbitrary requests to internal network resources, potentially leading to information disclosure, denial of service, or unauthorized access within containerized environments.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"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 AI Inference Server 3.2.2 (CUDA) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server",
"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:3461",
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47906",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52565",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-5318",
"url": "https://access.redhat.com/security/cve/CVE-2025-5318"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53905",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53906",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59375",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59425",
"url": "https://access.redhat.com/security/cve/CVE-2025-59425"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61620",
"url": "https://access.redhat.com/security/cve/CVE-2025-61620"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62164",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62372",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6242",
"url": "https://access.redhat.com/security/cve/CVE-2025-6242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62426",
"url": "https://access.redhat.com/security/cve/CVE-2025-62426"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62593",
"url": "https://access.redhat.com/security/cve/CVE-2025-62593"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62727",
"url": "https://access.redhat.com/security/cve/CVE-2025-62727"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66448",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69223",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6965",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-8176",
"url": "https://access.redhat.com/security/cve/CVE-2025-8176"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9230",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9714",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9900",
"url": "https://access.redhat.com/security/cve/CVE-2025-9900"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0994",
"url": "https://access.redhat.com/security/cve/CVE-2026-0994"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22773",
"url": "https://access.redhat.com/security/cve/CVE-2026-22773"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22778",
"url": "https://access.redhat.com/security/cve/CVE-2026-22778"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22807",
"url": "https://access.redhat.com/security/cve/CVE-2026-22807"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24486",
"url": "https://access.redhat.com/security/cve/CVE-2026-24486"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24779",
"url": "https://access.redhat.com/security/cve/CVE-2026-24779"
},
{
"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-2023-48022",
"url": "https://access.redhat.com/security/cve/CVE-2023-48022"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-52355",
"url": "https://access.redhat.com/security/cve/CVE-2023-52355"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-52356",
"url": "https://access.redhat.com/security/cve/CVE-2023-52356"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-56433",
"url": "https://access.redhat.com/security/cve/CVE-2024-56433"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15467",
"url": "https://access.redhat.com/security/cve/CVE-2025-15467"
},
{
"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-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3461.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server 3.2.2 (CUDA)",
"tracking": {
"current_release_date": "2026-06-30T15:48:48+00:00",
"generator": {
"date": "2026-06-30T15:48:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:3461",
"initial_release_date": "2026-02-27T14:54:46+00:00",
"revision_history": [
{
"date": "2026-02-27T14:54:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-27T14:54:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T15:48:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.2",
"product": {
"name": "Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"product_id": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-cuda-rhel9@sha256%3Adcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1772160593"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64",
"product_id": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-cuda-rhel9@sha256%3Afa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f?arch=arm64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1772160593"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-48022",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-08-07T17:35:20.588000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ray. The job submission API allows a remote attacker to execute arbitrary code due to insufficient input validation. An unauthenticated attacker can trigger this vulnerability by sending a malicious job submission request. Successful exploitation results in arbitrary code execution on the affected Ray cluster.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ray: Ray Job Submission Arbitrary Code Execution",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48022"
},
{
"category": "external",
"summary": "RHBZ#2387122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48022"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48022",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48022"
}
],
"release_date": "2025-08-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ray: Ray Job Submission Arbitrary Code Execution"
},
{
"cve": "CVE-2023-52355",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2023-11-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2251326"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-memory flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFRasterScanlineSize64() API. This flaw allows a remote attacker to cause a denial of service via a crafted input with a size smaller than 379 KB.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: TIFFRasterScanlineSize64 produce too-big size and could cause OOM",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified out-of-memory vulnerability in libtiff, triggered by a crafted TIFF file passed to the TIFFRasterScanlineSize64() API, presents a moderate severity concern rather than a important one due to several factors. Primarily, the exploit requires the crafted input to be smaller than 379 KB, imposing a limitation on the potential impact and reducing the likelihood of successful exploitation in practical scenarios. Furthermore, the nature of the vulnerability is limited to denial-of-service attacks, which, although disruptive, do not inherently pose a direct risk of data compromise or system compromise. However, it\u0027s important to acknowledge that denial-of-service attacks can still have significant operational implications, particularly in environments reliant on continuous 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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52355"
},
{
"category": "external",
"summary": "RHBZ#2251326",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251326"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52355"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52355",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52355"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/621",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/621"
}
],
"release_date": "2023-11-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libtiff: TIFFRasterScanlineSize64 produce too-big size and could cause OOM"
},
{
"cve": "CVE-2023-52356",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2023-11-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2251344"
}
],
"notes": [
{
"category": "description",
"text": "A segment fault (SEGV) flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFReadRGBATileExt() API. This flaw allows a remote attacker to cause a heap-buffer overflow, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: Segment fault in libtiff in TIFFReadRGBATileExt() leading to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw allows an attacker to potentially cause a denial of service attack by crashing a program, but the impact is minimal.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52356"
},
{
"category": "external",
"summary": "RHBZ#2251344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251344"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52356",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52356"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52356",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52356"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/622",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/622"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/merge_requests/546",
"url": "https://gitlab.com/libtiff/libtiff/-/merge_requests/546"
}
],
"release_date": "2023-11-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libtiff: Segment fault in libtiff in TIFFReadRGBATileExt() leading to denial of service"
},
{
"cve": "CVE-2024-56433",
"cwe": {
"id": "CWE-1188",
"name": "Initialization of a Resource with an Insecure Default"
},
"discovery_date": "2024-12-26T09:00:54.065197+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2334165"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in shadow-utils. Affected versions of shadow-utils establish a default /etc/subuid behavior, for example, uid 100000 through 165535 for the first user account, that can conflict with the uids of users defined on locally administered networks. This issue potentially leads to account takeover by leveraging newuidmap for access to an NFS home directory or same-host resources for remote logins by these local network users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "shadow-utils: Default subordinate ID configuration in /etc/login.defs could lead to compromise",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56433"
},
{
"category": "external",
"summary": "RHBZ#2334165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334165"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56433",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56433"
},
{
"category": "external",
"summary": "https://github.com/shadow-maint/shadow/blob/e2512d5741d4a44bdd81a8c2d0029b6222728cf0/etc/login.defs#L238-L241",
"url": "https://github.com/shadow-maint/shadow/blob/e2512d5741d4a44bdd81a8c2d0029b6222728cf0/etc/login.defs#L238-L241"
},
{
"category": "external",
"summary": "https://github.com/shadow-maint/shadow/issues/1157",
"url": "https://github.com/shadow-maint/shadow/issues/1157"
},
{
"category": "external",
"summary": "https://github.com/shadow-maint/shadow/releases/tag/4.4",
"url": "https://github.com/shadow-maint/shadow/releases/tag/4.4"
}
],
"release_date": "2024-12-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "shadow-utils: Default subordinate ID configuration in /etc/login.defs could lead to compromise"
},
{
"acknowledgments": [
{
"names": [
"Ronald Crane"
]
}
],
"cve": "CVE-2025-5318",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-05-29T06:48:59.169000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369131"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libssh library in versions less than 0.11.2. An out-of-bounds read can be triggered in the sftp_handle function due to an incorrect comparison check that permits the function to access memory beyond the valid handle list and to return an invalid pointer, which is used in further processing. This vulnerability allows an authenticated remote attacker to potentially read unintended memory regions, exposing sensitive information or affect service behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libssh: out-of-bounds read in sftp_handle()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue requires an attacker with valid credentials to access a server, limiting the scope to legitimate users of the SFTP service. Due to this reason, 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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-5318"
},
{
"category": "external",
"summary": "RHBZ#2369131",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369131"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-5318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5318"
},
{
"category": "external",
"summary": "https://www.libssh.org/security/advisories/CVE-2025-5318.txt",
"url": "https://www.libssh.org/security/advisories/CVE-2025-5318.txt"
}
],
"release_date": "2025-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libssh: out-of-bounds read in sftp_handle()"
},
{
"cve": "CVE-2025-6242",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-06-18T15:26:47.633000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373716"
}
],
"notes": [
{
"category": "description",
"text": "A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class within the vLLM project\u0027s multimodal feature set. The load_from_url and load_from_url_async methods fetch and process media from user-provided URLs without adequate restrictions on the target hosts. This allows an attacker to coerce the vLLM server into making arbitrary requests to internal network resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: Server Side request forgery (SSRF) in MediaConnector",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated as having the severity of Important by the Red Hat Product Security team as a successful exploitation by an attacker may lead to confidential data being leaked or a denial of service. Additionally the fact a unprivileged user can trigger this vulnerability through the network also contributes for the severity.\n\nThis vulnerability has its risk amplified on orchestrated environments as pods running the vLLM may eventually communicate with each other through internal cluster routing, including services that should not have been exposed to external networks. An attacker may leverage this flaw to interact with internal services, perform network reconnaissance or trigger a denial of service by leading other internal services to fail.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6242"
},
{
"category": "external",
"summary": "RHBZ#2373716",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373716"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6242"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6242",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6242"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-3f6c-7fw2-ppm4",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-3f6c-7fw2-ppm4"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: Server Side request forgery (SSRF) in MediaConnector"
},
{
"cve": "CVE-2025-6965",
"cwe": {
"id": "CWE-197",
"name": "Numeric Truncation Error"
},
"discovery_date": "2025-07-15T14:02:19.241458+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380149"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: Integer Truncation in SQLite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in SQLite is categorized as Important rather than Critical because, although it involves memory corruption, the conditions required to trigger it are relatively constrained. The flaw arises when a query causes the number of aggregate terms to exceed internal limits, leading to potential buffer overflows or memory mismanagement. However, exploitation requires the ability to craft complex SQL queries and interact with the SQLite engine in a specific manner\u2014typically through direct SQL input. There is no known evidence of arbitrary code execution, privilege escalation, or remote exploitability as a direct result of this flaw. Additionally, most SQLite deployments are embedded in applications where input is tightly controlled or sanitized.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "RHBZ#2380149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL"
},
{
"category": "external",
"summary": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8",
"url": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8"
}
],
"release_date": "2025-07-15T13:44:00.784000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: Integer Truncation in SQLite"
},
{
"cve": "CVE-2025-8176",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-07-26T04:00:56.216434+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383598"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libtiff. The `get_histogram` function in `file/tiffmedian.c` exhibits a use-after-free condition when processing a specially crafted file, allowing a local attacker to trigger memory corruption. This manipulation results in a use-after-free vulnerability, and can lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: LibTIFF Use-After-Free Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Important because it involves a use-after-free flaw in the get_histogram function of LibTIFF\u2019s tiffmedian tool. Successful exploitation may allow a local attacker to execute arbitrary code or cause a denial of service, leading to loss of confidentiality, integrity, and 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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8176"
},
{
"category": "external",
"summary": "RHBZ#2383598",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383598"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8176",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8176"
},
{
"category": "external",
"summary": "http://www.libtiff.org/",
"url": "http://www.libtiff.org/"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/commit/fe10872e53efba9cc36c66ac4ab3b41a839d5172",
"url": "https://gitlab.com/libtiff/libtiff/-/commit/fe10872e53efba9cc36c66ac4ab3b41a839d5172"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/707",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/707"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/merge_requests/727",
"url": "https://gitlab.com/libtiff/libtiff/-/merge_requests/727"
},
{
"category": "external",
"summary": "https://vuldb.com/?ctiid.317590",
"url": "https://vuldb.com/?ctiid.317590"
},
{
"category": "external",
"summary": "https://vuldb.com/?id.317590",
"url": "https://vuldb.com/?id.317590"
},
{
"category": "external",
"summary": "https://vuldb.com/?submit.621796",
"url": "https://vuldb.com/?submit.621796"
}
],
"release_date": "2025-07-26T03:32:08.851000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libtiff: LibTIFF Use-After-Free Vulnerability"
},
{
"cve": "CVE-2025-9230",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-17T12:15:34.387000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was rated as Moderate because, while the potential impact includes an application level denial of service and possible arbitrary code execution, successful exploitation is considered unlikely due to the high attack complexity and the fact that password-based CMS encryption (PWRI) is rarely used in real-world deployments.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "RHBZ#2396054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap"
},
{
"cve": "CVE-2025-9714",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2025-09-02T13:03:56.452000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392605"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxstl/libxml2. The \u0027exsltDynMapFunction\u0027 function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling \u0027dyn:map()\u0027, leading to stack exhaustion and a local denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No evidence was found for arbitrary memory corruption through this flaw, limiting its impact to Availability only, and reducing its severity to Moderate.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "RHBZ#2392605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392605"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148"
}
],
"release_date": "2025-09-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "The impact of this flaw may be reduced by setting strict resource limits to the stack size of processes at the operational system level. This can be achieved either through the \u0027ulimit\u0027 shell built-in or the \u0027limits.conf\u0027 file.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c"
},
{
"acknowledgments": [
{
"names": [
"Gareth C"
],
"organization": "AnchorSec Ltd."
}
],
"cve": "CVE-2025-9900",
"cwe": {
"id": "CWE-123",
"name": "Write-what-where Condition"
},
"discovery_date": "2025-09-03T02:48:12.111000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392784"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Libtiff. This vulnerability is a \"write-what-where\" condition, triggered when the library processes a specially crafted TIFF image file.\n\nBy providing an abnormally large image height value in the file\u0027s metadata, an attacker can trick the library into writing attacker-controlled color data to an arbitrary memory location. This memory corruption can be exploited to cause a denial of service (application crash) or to achieve arbitrary code execution with the permissions of the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: Libtiff Write-What-Where",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This attack requires user interaction to run the malicious TIFF image file, hence the CVE is maintained as important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9900"
},
{
"category": "external",
"summary": "RHBZ#2392784",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392784"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9900",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9900"
},
{
"category": "external",
"summary": "https://github.com/SexyShoelessGodofWar/LibTiff-4.7.0-Write-What-Where?tab=readme-ov-file",
"url": "https://github.com/SexyShoelessGodofWar/LibTiff-4.7.0-Write-What-Where?tab=readme-ov-file"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/704",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/704"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/merge_requests/732",
"url": "https://gitlab.com/libtiff/libtiff/-/merge_requests/732"
},
{
"category": "external",
"summary": "https://libtiff.gitlab.io/libtiff/releases/v4.7.1.html",
"url": "https://libtiff.gitlab.io/libtiff/releases/v4.7.1.html"
}
],
"release_date": "2025-09-22T14:29:35.767000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libtiff: Libtiff Write-What-Where"
},
{
"cve": "CVE-2025-15467",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-01-16T14:21:50.710000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A remote attacker can exploit a stack buffer overflow vulnerability by supplying a crafted Cryptographic Message Syntax (CMS) message with an oversized Initialization Vector (IV) when parsing AuthEnvelopedData structures that use Authenticated Encryption with Associated Data (AEAD) ciphers such as AES-GCM. This can lead to a crash, causing a Denial of Service (DoS), or potentially allow for remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Remote code execution or Denial of Service via oversized Initialization Vector in CMS parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. On Red Hat Enterprise Linux, OpenSSL is built with stack protections enabled which mitigate the risk of code execution though a denial-of-service condition remains possible. This vulnerability only affects applications and services that parse untrusted CMS or PKCS#7 content using AEAD ciphers, such as Kerberos using the PKINIT plugin. OpenSSL versions 1.1.1 and 1.0.2 are not affected by this issue.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "RHBZ#2430376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15467",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15467"
}
],
"release_date": "2026-01-27T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: OpenSSL: Remote code execution or Denial of Service via oversized Initialization Vector in CMS parsing"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"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:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-52565",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404708"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console\nbind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape with malicious config due to /dev/console mount and related races",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "RHBZ#2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix DAC and thus user namespaces stop a container process from being able to write to them.\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n* The default SELinux policy should mitigate this issue, as the /dev/console bind-mount does not re-label the mount and so the container process should not be able to write to unsafe procfs files. However, CVE-2025-52881 allows an attacker to bypass LSM labels, and so this mitigation is not helpful when considered in combination with CVE-2025-52881.\n* The default AppArmor profile used by most runtimes will NOT help mitigate this issue, as /dev/console access is permitted. You could create a custom profile that blocks access to /dev/console, but such a profile might break regular containers. In addition, CVE-2025-52881 allows an attacker to bypass LSM labels, and so that mitigation is not helpful when considered in combination with CVE-2025-52881.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape with malicious config due to /dev/console mount and related races"
},
{
"cve": "CVE-2025-53905",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:19.770241+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380362"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversial",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "RHBZ#2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239",
"url": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr",
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
}
],
"release_date": "2025-07-15T20:48:34.764000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversial"
},
{
"cve": "CVE-2025-53906",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:15.057182+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380360"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversal",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "RHBZ#2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8",
"url": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86"
}
],
"release_date": "2025-07-15T20:52:40.137000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversal"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classified as Moderate instead of Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2025-59425",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2025-09-22T06:45:41.577000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397234"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM\u2019s API token authentication logic, where token comparisons were not performed in constant time. This weakness could allow an attacker to exploit timing differences to guess valid tokens and bypass authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: Timing Attack in vLLM API Token Verification Leading to Authentication Bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The RedHat security team has rated the severity of this issue as Important. The vulnerability is remotely exploitable without authentication or user interaction and can result in authentication bypass. The root cause was the use of a non-constant-time string comparison, which leaked timing information. Successful exploitation could lead to unauthorized access to APIs and sensitive 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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59425"
},
{
"category": "external",
"summary": "RHBZ#2397234",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397234"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59425"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59425",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59425"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ee10d7e6ff5875386c7f136ce8b5f525c8fcef48",
"url": "https://github.com/vllm-project/vllm/commit/ee10d7e6ff5875386c7f136ce8b5f525c8fcef48"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-wr9h-g72x-mwhm",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-wr9h-g72x-mwhm"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: Timing Attack in vLLM API Token Verification Leading to Authentication Bypass"
},
{
"acknowledgments": [
{
"names": [
"keymoon",
"Ga_ryo",
"Isotr0py",
"DarkLight1337"
]
}
],
"cve": "CVE-2025-61620",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-06T05:59:34.077000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401761"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the server implementation of vLLM, where the handling of Jinja templates does not properly validate user-supplied input through the chat_template and chat_template_kwargs parameters. When a specially crafted template is processed, it can trigger excessive looping or recursion inside the Jinja engine, consuming large amounts of CPU and memory. This can cause the server to become unresponsive or crash, resulting in a denial-of-service (DoS) condition for applications using vLLM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM OpenAI-Compatible Server Resource Exhaustion via chat_template Parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has assessed the severity of this vulnerability as Moderate, as it requires authenticated access or the ability to supply templates to the vLLM server. Successful exploitation allows an attacker to exhaust system resources by submitting maliciously crafted Jinja templates that trigger excessive CPU and memory usage. The vulnerability\u2019s root cause is the lack of proper validation and sandboxing of user-supplied template data, which can lead to denial of service (DoS) conditions affecting the availability of services built on vLLM.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61620"
},
{
"category": "external",
"summary": "RHBZ#2401761",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401761"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61620",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61620"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61620",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61620"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-6fvq-23cw-5628",
"url": "https://github.com/advisories/GHSA-6fvq-23cw-5628"
}
],
"release_date": "2025-10-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM OpenAI-Compatible Server Resource Exhaustion via chat_template Parameters"
},
{
"cve": "CVE-2025-62164",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-11-21T02:01:11.280042+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416282"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered important rather than moderate because it involves unsafe deserialization leading to memory corruption in a network-reachable, unauthenticated API path. Unlike typical moderate flaws that may only allow limited DoS or require specific conditions, this issue allows an attacker to supply a crafted sparse tensor that triggers an out-of-bounds memory write during PyTorch\u2019s to_dense() conversion. Memory corruption in a server process handling untrusted input significantly elevates security risk because it can lead not only to a reliable crash but also to potential remote code execution, enabling full compromise of the vLLM service. Additionally, the affected code path is part of the standard Completions API workflow, making the attack surface broadly exposed in real deployments. The combination of remote exploitability, unauthenticated access, memory corruption, and potential RCE clearly positions this issue above a moderate classification and into an important severity level.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "RHBZ#2416282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416282"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf"
}
],
"release_date": "2025-11-21T01:18:38.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE"
},
{
"cve": "CVE-2025-62372",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"discovery_date": "2025-11-21T02:00:57.180567+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416280"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in vLLM allows an attacker with API access to crash the engine by submitting multimodal embedding tensors that have the correct number of dimensions but an invalid internal shape. Because vLLM validates only the tensor\u2019s ndim and not the full expected shape, malformed embeddings trigger shape mismatches or validation failures during processing, causing the inference engine to terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated Moderate rather than Important because its impact is strictly limited to availability and requires low but existing privileges to exploit. The issue arises from incomplete shape validation of multimodal embedding tensors, which can cause deterministic crashes in the inference engine, but it does not enable memory corruption, data leakage, integrity compromise, or execution of arbitrary code. Exploitation requires an authenticated or API-key-holding user to submit malformed multimodal inputs, meaning it cannot be triggered by an unauthenticated attacker on an exposed endpoint. Additionally, the failure mode is a clean crash rather than undefined behavior, so the blast radius is constrained to service interruption rather than broader systemic compromise. These factors\u2014PR:L requirement, no confidentiality/integrity impact, deterministic failure mode, and scoped DoS only\u2014technically align the issue with Moderate severity instead of an Important flaw.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "RHBZ#2416280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416280"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/6613",
"url": "https://github.com/vllm-project/vllm/pull/6613"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw"
}
],
"release_date": "2025-11-21T01:22:37.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs"
},
{
"cve": "CVE-2025-62426",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-11-21T02:00:49.606988+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416278"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows an authenticated user to trigger unintended tokenization during chat template processing by supplying crafted chat_template_kwargs to the /v1/chat/completions or /tokenize endpoints. By forcing the server to tokenize very large inputs, an attacker can block the API server\u2019s event loop for extended periods, causing a denial of service and delaying all other requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM vulnerable to DoS via large Chat Completion or Tokenization requests with specially crafted `chat_template_kwargs`",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw is limited to a denial-of-service vector that requires an authenticated user and relies on abusing an optional, non-security-critical parameter (chat_template_kwargs) to force unexpected tokenization during template application, which is computationally expensive but not indicative of data corruption, privilege escalation, or code execution. The attacker cannot break isolation boundaries or execute arbitrary logic\u2014they can only cause the server\u2019s event loop to stall through large crafted inputs, and only if they already have access to the vLLM API. Moreover, the DoS condition is resource-intensive, depends heavily on model size and server configuration, and does not persist once the malicious request completes. Because the impact is bounded to temporary availability degradation without confidentiality or integrity loss, and because exploitation requires legitimate API access and large payloads, this issue aligns with a Moderate severity rather than an Important/High flaw.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62426"
},
{
"category": "external",
"summary": "RHBZ#2416278",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416278"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62426"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62426",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62426"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/chat_utils.py#L1602-L1610",
"url": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/chat_utils.py#L1602-L1610"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/openai/serving_engine.py#L809-L814",
"url": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/openai/serving_engine.py#L809-L814"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/3ada34f9cb4d1af763fdfa3b481862a93eb6bd2b",
"url": "https://github.com/vllm-project/vllm/commit/3ada34f9cb4d1af763fdfa3b481862a93eb6bd2b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27205",
"url": "https://github.com/vllm-project/vllm/pull/27205"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-69j4-grxj-j64p",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-69j4-grxj-j64p"
}
],
"release_date": "2025-11-21T01:21:29.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM vulnerable to DoS via large Chat Completion or Tokenization requests with specially crafted `chat_template_kwargs`"
},
{
"cve": "CVE-2025-62593",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-11-26T23:01:25.307125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417394"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ray\u2019s HTTP API endpoint handling (e.g. /api/jobs, /api/job_agent/jobs/), which allows a remote attacker to trigger arbitrary code execution when a developer using Ray visits a malicious website in a vulnerable browser (e.g. Firefox or Safari). The root cause is an insufficient defense relying solely on the User-Agent header starting with \u201cMozilla\u201d, which can be manipulated under the fetch specification \u2014 enabling a DNS-rebinding attack to bypass browser-based protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ray: Ray is vulnerable to RCE via Safari \u0026 Firefox Browsers through DNS Rebinding Attack",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has chosen to keep this as Important instead of Critical severity because the successful exploitation of this vulnerability requires user interaction in conjunction with a DNS rebinding attack.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62593"
},
{
"category": "external",
"summary": "RHBZ#2417394",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417394"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62593",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62593"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62593",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62593"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09",
"url": "https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v",
"url": "https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v"
}
],
"release_date": "2025-11-26T22:28:28.577000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ray: Ray is vulnerable to RCE via Safari \u0026 Firefox Browsers through DNS Rebinding Attack"
},
{
"cve": "CVE-2025-62727",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2025-10-28T21:01:03.833849+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2406929"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability has been discovered in the python Starlette framework. an unauthenticated attacker can send a crafted HTTP Range header that triggers quadratic-time processing in Starlette\u0027s FileResponse Range parsing/merging logic. This induces CPU exhaustion per request, causing a denial\u2011of\u2011service for endpoints serving files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "starlette: Starlette DoS via Range header merging",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62727"
},
{
"category": "external",
"summary": "RHBZ#2406929",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406929"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62727"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/commit/4ea6e22b489ec388d6004cfbca52dd5b147127c5",
"url": "https://github.com/Kludex/starlette/commit/4ea6e22b489ec388d6004cfbca52dd5b147127c5"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/security/advisories/GHSA-7f5h-v6xp-fcq8",
"url": "https://github.com/Kludex/starlette/security/advisories/GHSA-7f5h-v6xp-fcq8"
}
],
"release_date": "2025-10-28T20:14:53.655000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "starlette: Starlette DoS via Range header merging"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66448",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-01T23:01:07.198041+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418152"
}
],
"notes": [
{
"category": "description",
"text": "A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model\u0027s configuration, even when explicit security measures are set to prevent it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Remote Code Execution via malicious model configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because vLLM, when deployed in a Red Hat environment, is susceptible to remote code execution. An attacker can craft a malicious model configuration that, when loaded, fetches and executes arbitrary Python code from a remote repository, even if `trust_remote_code` is explicitly set to `False`.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "RHBZ#2418152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86",
"url": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/28126",
"url": "https://github.com/vllm-project/vllm/pull/28126"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm"
}
],
"release_date": "2025-12-01T22:45:42.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: vLLM: Remote Code Execution via malicious model configuration"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-69223",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T20:01:19.831548+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427456"
}
],
"notes": [
{
"category": "description",
"text": "A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host\u0027s memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "RHBZ#2427456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a",
"url": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg"
}
],
"release_date": "2026-01-05T22:00:17.715000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb"
},
{
"cve": "CVE-2026-0994",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2026-01-23T16:02:59.235878+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2432398"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in protobuf. A remote attacker can exploit this denial-of-service (DoS) vulnerability by supplying deeply nested `google.protobuf.Any` messages to the `google.protobuf.json_format.ParseDict()` function. This bypasses the intended recursion depth limit, leading to the exhaustion of Python\u2019s recursion stack and causing a `RecursionError`, which results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: protobuf: Protobuf: Denial of Service due to recursion depth bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The flaw in `protobuf` allows a remote attacker to trigger a denial-of-service by providing specially crafted, deeply nested `google.protobuf.Any` messages to the `google.protobuf.json_format.ParseDict()` function. This bypasses the intended recursion depth limit, leading to resource exhaustion and application crashes.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0994"
},
{
"category": "external",
"summary": "RHBZ#2432398",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2432398"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0994"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0994",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0994"
},
{
"category": "external",
"summary": "https://github.com/protocolbuffers/protobuf/pull/25239",
"url": "https://github.com/protocolbuffers/protobuf/pull/25239"
}
],
"release_date": "2026-01-23T14:55:16.876000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: protobuf: Protobuf: Denial of Service due to recursion depth bypass"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-22773",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-10T07:01:22.641229+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428443"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted 1x1 pixel image to a vLLM engine serving multimodal models that use the Idefics3 vision model implementation. This leads to a tensor dimension mismatch, causing an unhandled runtime error and resulting in complete server termination, effectively a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Denial of Service via specially crafted image in multimodal model serving",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A remote attacker can trigger a denial of service in vLLM engines serving multimodal models that use the Idefics3 vision model by sending a specially crafted image, leading to complete server termination. This affects Red Hat AI Inference Server and Red Hat OpenShift AI (RHOAI) when configured with the vulnerable vLLM versions.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22773"
},
{
"category": "external",
"summary": "RHBZ#2428443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428443"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22773",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22773"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22773",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22773"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-grg2-63fw-f2qr",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-grg2-63fw-f2qr"
}
],
"release_date": "2026-01-10T06:39:02.276000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM: Denial of Service via specially crafted image in multimodal model serving"
},
{
"cve": "CVE-2026-22778",
"cwe": {
"id": "CWE-209",
"name": "Generation of Error Message Containing Sensitive Information"
},
"discovery_date": "2026-02-03T00:01:43.512265+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436113"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted video URL to vLLM\u0027s multimodal endpoint. This action causes vLLM to leak a heap memory address, significantly reducing the effectiveness of Address Space Layout Randomization (ASLR). This information disclosure can then be chained with a heap overflow vulnerability to achieve remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Remote code execution via invalid image processing in the multimodal endpoint.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Critical rather than Important because it allows unauthenticated remote code execution without requiring user interaction, ultimately leading to full compromise of the affected system. An attacker can provide a malicious video URL to a vulnerable vLLM inference endpoint, which causes the service to automatically retrieve and process attacker-controlled media content. During decoding, a heap overflow is triggered in the underlying video processing stack, enabling corruption of heap memory and potential overwriting of control structures to execute arbitrary commands on the host. In addition, an information disclosure condition can leak memory addresses, significantly weakening ASLR protections and making exploitation more reliable when combined with the heap overflow. Successful exploitation compromises the confidentiality, integrity, and availability of the system and can impact deployments such as Red Hat AI Inference Server, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI, thereby meeting Red Hat\u2019s criteria for Critical severity rather than Important impact.\n\nThe vLLM vulnerability depends on CVE-2025-9951, as processing attacker-controlled media can trigger the JPEG2000 decoder heap overflow, which can then be exploited within the vLLM video handling pipeline to cause memory corruption and potentially achieve remote 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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22778"
},
{
"category": "external",
"summary": "RHBZ#2436113",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436113"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22778",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22778"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22778",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22778"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/31987",
"url": "https://github.com/vllm-project/vllm/pull/31987"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32319",
"url": "https://github.com/vllm-project/vllm/pull/32319"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/releases/tag/v0.14.1",
"url": "https://github.com/vllm-project/vllm/releases/tag/v0.14.1"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-4r2x-xpjr-7cvv",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-4r2x-xpjr-7cvv"
}
],
"release_date": "2026-02-02T21:09:53.265000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Critical"
}
],
"title": "vLLM: vLLM: Remote code execution via invalid image processing in the multimodal endpoint."
},
{
"cve": "CVE-2026-22807",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-01-21T22:00:55.823882+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431865"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). This vulnerability allows a remote attacker to achieve arbitrary code execution on the vLLM host during model loading. This occurs because vLLM loads Hugging Face `auto_map` dynamic modules without properly validating the `trust_remote_code` setting. By influencing the model repository or path, an attacker can execute malicious Python code at server startup, even before any API requests are handled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Arbitrary code execution via untrusted model loading",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as vLLM, an inference and serving engine for large language models, is vulnerable to arbitrary code execution. An attacker influencing the model repository or path can execute malicious Python code during server startup, affecting vLLM versions 0.10.1 through 0.13.x.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22807"
},
{
"category": "external",
"summary": "RHBZ#2431865",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431865"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22807",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22807"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22807",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22807"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5",
"url": "https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32194",
"url": "https://github.com/vllm-project/vllm/pull/32194"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/releases/tag/v0.14.0",
"url": "https://github.com/vllm-project/vllm/releases/tag/v0.14.0"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr"
}
],
"release_date": "2026-01-21T21:13:11.894000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that vLLM instances are configured to load models only from trusted and verified repositories. Restrict access to the model repository path to prevent unauthorized modification or introduction of malicious code. Implement strict access controls and integrity checks for all model sources.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vLLM: vLLM: Arbitrary code execution via untrusted model loading"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-24486",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-27T01:00:58.032530+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python-Multipart, a tool for parsing multipart form data in Python applications. This vulnerability, known as path traversal, allows a remote attacker to write uploaded files to any location on the server\u0027s file system. This exploitation occurs when specific non-default configuration options, `UPLOAD_DIR` and `UPLOAD_KEEP_FILENAME=True`, are enabled, and a malicious filename is provided during a file upload. The primary consequence is unauthorized file creation or modification, which could lead to system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-multipart: Python-Multipart: Arbitrary file write via path traversal vulnerability",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24486"
},
{
"category": "external",
"summary": "RHBZ#2433132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24486",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24486"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24486",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24486"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/commit/9433f4bbc9652bdde82bbe380984e32f8cfc89c4",
"url": "https://github.com/Kludex/python-multipart/commit/9433f4bbc9652bdde82bbe380984e32f8cfc89c4"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/releases/tag/0.0.22",
"url": "https://github.com/Kludex/python-multipart/releases/tag/0.0.22"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-wp53-j4wj-2cfg",
"url": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-wp53-j4wj-2cfg"
}
],
"release_date": "2026-01-27T00:34:06.229000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, avoid enabling the `UPLOAD_KEEP_FILENAME=True` configuration option in applications using `python-multipart`. This option, when used with `UPLOAD_DIR`, allows an attacker to write files to arbitrary locations. Disabling or not configuring `UPLOAD_KEEP_FILENAME=True` prevents the path traversal vulnerability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.6,
"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:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-multipart: Python-Multipart: Arbitrary file write via path traversal vulnerability"
},
{
"cve": "CVE-2026-24779",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-01-27T23:00:53.998772+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433624"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class, specifically within the load_from_url and load_from_url_async methods. An attacker can exploit differing interpretations of backslashes by Python parsing libraries used for host restrictions to bypass these restrictions. This allows the attacker to force the vLLM server to make arbitrary requests to internal network resources, potentially leading to information disclosure, denial of service, or unauthorized access within containerized environments.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Server-Side Request Forgery allows internal network access",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT Server-Side Request Forgery (SSRF) vulnerability in vLLM\u0027s `MediaConnector` allows an attacker to bypass host restrictions when processing user-provided URLs. This enables the vLLM server to be coerced into making arbitrary requests to internal network resources. This is critical in containerized deployments, including Red Hat AI Inference Server, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI, where it could facilitate internal network reconnaissance and unauthorized access to other 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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24779"
},
{
"category": "external",
"summary": "RHBZ#2433624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24779",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24779"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24779",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24779"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/f46d576c54fb8aeec5fc70560e850bed38ef17d7",
"url": "https://github.com/vllm-project/vllm/commit/f46d576c54fb8aeec5fc70560e850bed38ef17d7"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32746",
"url": "https://github.com/vllm-project/vllm/pull/32746"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-qh4c-xf7m-gxfc",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-qh4c-xf7m-gxfc"
}
],
"release_date": "2026-01-27T22:01:13.808000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict network access to the vLLM service to only trusted clients. Implement strict network segmentation for vLLM pods in containerized environments to limit potential lateral movement. Ensure that vLLM instances are not exposed to untrusted external networks without proper access controls and input validation at the perimeter.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vLLM: vLLM: Server-Side Request Forgery allows internal network access"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"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-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
}
]
}
RHSA-2026:3462
Vulnerability from csaf_redhat - Published: 2026-02-27 14:55 - Updated: 2026-06-30 15:48A flaw was found in ray. The job submission API allows a remote attacker to execute arbitrary code due to insufficient input validation. An unauthenticated attacker can trigger this vulnerability by sending a malicious job submission request. Successful exploitation results in arbitrary code execution on the affected Ray cluster.
CWE-918 - Server-Side Request Forgery (SSRF)| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
|
An out-of-memory flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFRasterScanlineSize64() API. This flaw allows a remote attacker to cause a denial of service via a crafted input with a size smaller than 379 KB.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
|
A segment fault (SEGV) flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFReadRGBATileExt() API. This flaw allows a remote attacker to cause a heap-buffer overflow, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
|
A flaw was found in shadow-utils. Affected versions of shadow-utils establish a default /etc/subuid behavior, for example, uid 100000 through 165535 for the first user account, that can conflict with the uids of users defined on locally administered networks. This issue potentially leads to account takeover by leveraging newuidmap for access to an NFS home directory or same-host resources for remote logins by these local network users.
CWE-1188 - Initialization of a Resource with an Insecure Default| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the libssh library in versions less than 0.11.2. An out-of-bounds read can be triggered in the sftp_handle function due to an incorrect comparison check that permits the function to access memory beyond the valid handle list and to return an invalid pointer, which is used in further processing. This vulnerability allows an authenticated remote attacker to potentially read unintended memory regions, exposing sensitive information or affect service behavior.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class within the vLLM project's multimodal feature set. The load_from_url and load_from_url_async methods fetch and process media from user-provided URLs without adequate restrictions on the target hosts. This allows an attacker to coerce the vLLM server into making arbitrary requests to internal network resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libtiff. The `get_histogram` function in `file/tiffmedian.c` exhibits a use-after-free condition when processing a specially crafted file, allowing a local attacker to trigger memory corruption. This manipulation results in a use-after-free vulnerability, and can lead to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libxstl/libxml2. The 'exsltDynMapFunction' function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling 'dyn:map()', leading to stack exhaustion and a local denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Libtiff. This vulnerability is a "write-what-where" condition, triggered when the library processes a specially crafted TIFF image file. By providing an abnormally large image height value in the file's metadata, an attacker can trick the library into writing attacker-controlled color data to an arbitrary memory location. This memory corruption can be exploited to cause a denial of service (application crash) or to achieve arbitrary code execution with the permissions of the user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSL. A remote attacker can exploit a stack buffer overflow vulnerability by supplying a crafted Cryptographic Message Syntax (CMS) message with an oversized Initialization Vector (IV) when parsing AuthEnvelopedData structures that use Authenticated Encryption with Associated Data (AEAD) ciphers such as AES-GCM. This can lead to a crash, causing a Denial of Service (DoS), or potentially allow for remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath ("", ".", and ".."), can result in the binaries listed in the PATH being unexpectedly returned.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console bind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in vLLM’s API token authentication logic, where token comparisons were not performed in constant time. This weakness could allow an attacker to exploit timing differences to guess valid tokens and bypass authentication.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the server implementation of vLLM, where the handling of Jinja templates does not properly validate user-supplied input through the chat_template and chat_template_kwargs parameters. When a specially crafted template is processed, it can trigger excessive looping or recursion inside the Jinja engine, consuming large amounts of CPU and memory. This can cause the server to become unresponsive or crash, resulting in a denial-of-service (DoS) condition for applications using vLLM.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A denial-of-service vulnerability in vLLM allows an attacker with API access to crash the engine by submitting multimodal embedding tensors that have the correct number of dimensions but an invalid internal shape. Because vLLM validates only the tensor’s ndim and not the full expected shape, malformed embeddings trigger shape mismatches or validation failures during processing, causing the inference engine to terminate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability in vLLM allows an authenticated user to trigger unintended tokenization during chat template processing by supplying crafted chat_template_kwargs to the /v1/chat/completions or /tokenize endpoints. By forcing the server to tokenize very large inputs, an attacker can block the API server’s event loop for extended periods, causing a denial of service and delaying all other requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Ray’s HTTP API endpoint handling (e.g. /api/jobs, /api/job_agent/jobs/), which allows a remote attacker to trigger arbitrary code execution when a developer using Ray visits a malicious website in a vulnerable browser (e.g. Firefox or Safari). The root cause is an insufficient defense relying solely on the User-Agent header starting with “Mozilla”, which can be manipulated under the fetch specification — enabling a DNS-rebinding attack to bypass browser-based protections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A denial of service vulnerability has been discovered in the python Starlette framework. an unauthenticated attacker can send a crafted HTTP Range header that triggers quadratic-time processing in Starlette's FileResponse Range parsing/merging logic. This induces CPU exhaustion per request, causing a denial‑of‑service for endpoints serving files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
|
A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model's configuration, even when explicit security measures are set to prevent it.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
|
A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host's memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in protobuf. A remote attacker can exploit this denial-of-service (DoS) vulnerability by supplying deeply nested `google.protobuf.Any` messages to the `google.protobuf.json_format.ParseDict()` function. This bypasses the intended recursion depth limit, leading to the exhaustion of Python’s recursion stack and causing a `RecursionError`, which results in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
urllib3 is an HTTP client library for Python. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
|
A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted 1x1 pixel image to a vLLM engine serving multimodal models that use the Idefics3 vision model implementation. This leads to a tensor dimension mismatch, causing an unhandled runtime error and resulting in complete server termination, effectively a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted video URL to vLLM's multimodal endpoint. This action causes vLLM to leak a heap memory address, significantly reducing the effectiveness of Address Space Layout Randomization (ASLR). This information disclosure can then be chained with a heap overflow vulnerability to achieve remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). This vulnerability allows a remote attacker to achieve arbitrary code execution on the vLLM host during model loading. This occurs because vLLM loads Hugging Face `auto_map` dynamic modules without properly validating the `trust_remote_code` setting. By influencing the model repository or path, an attacker can execute malicious Python code at server startup, even before any API requests are handled.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python-Multipart, a tool for parsing multipart form data in Python applications. This vulnerability, known as path traversal, allows a remote attacker to write uploaded files to any location on the server's file system. This exploitation occurs when specific non-default configuration options, `UPLOAD_DIR` and `UPLOAD_KEEP_FILENAME=True`, are enabled, and a malicious filename is provided during a file upload. The primary consequence is unauthorized file creation or modification, which could lead to system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class, specifically within the load_from_url and load_from_url_async methods. An attacker can exploit differing interpretations of backslashes by Python parsing libraries used for host restrictions to bypass these restrictions. This allows the attacker to force the vLLM server to make arbitrary requests to internal network resources, potentially leading to information disclosure, denial of service, or unauthorized access within containerized environments.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"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 AI Inference Server 3.2.2 (ROCm) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server",
"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:3462",
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-48022",
"url": "https://access.redhat.com/security/cve/CVE-2023-48022"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-52355",
"url": "https://access.redhat.com/security/cve/CVE-2023-52355"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-52356",
"url": "https://access.redhat.com/security/cve/CVE-2023-52356"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-56433",
"url": "https://access.redhat.com/security/cve/CVE-2024-56433"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15467",
"url": "https://access.redhat.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47906",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52565",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-5318",
"url": "https://access.redhat.com/security/cve/CVE-2025-5318"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53905",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53906",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59375",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59425",
"url": "https://access.redhat.com/security/cve/CVE-2025-59425"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61620",
"url": "https://access.redhat.com/security/cve/CVE-2025-61620"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62164",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62372",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6242",
"url": "https://access.redhat.com/security/cve/CVE-2025-6242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62426",
"url": "https://access.redhat.com/security/cve/CVE-2025-62426"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62593",
"url": "https://access.redhat.com/security/cve/CVE-2025-62593"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62727",
"url": "https://access.redhat.com/security/cve/CVE-2025-62727"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66448",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69223",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6965",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-8176",
"url": "https://access.redhat.com/security/cve/CVE-2025-8176"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9230",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9714",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9900",
"url": "https://access.redhat.com/security/cve/CVE-2025-9900"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0994",
"url": "https://access.redhat.com/security/cve/CVE-2026-0994"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22773",
"url": "https://access.redhat.com/security/cve/CVE-2026-22773"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22778",
"url": "https://access.redhat.com/security/cve/CVE-2026-22778"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22807",
"url": "https://access.redhat.com/security/cve/CVE-2026-22807"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24486",
"url": "https://access.redhat.com/security/cve/CVE-2026-24486"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24779",
"url": "https://access.redhat.com/security/cve/CVE-2026-24779"
},
{
"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/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3462.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server 3.2.2 (ROCm)",
"tracking": {
"current_release_date": "2026-06-30T15:48:48+00:00",
"generator": {
"date": "2026-06-30T15:48:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.1"
}
},
"id": "RHSA-2026:3462",
"initial_release_date": "2026-02-27T14:55:49+00:00",
"revision_history": [
{
"date": "2026-02-27T14:55:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-27T14:55:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T15:48:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.2",
"product": {
"name": "Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64",
"product_id": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-rocm-rhel9@sha256%3A53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1772160625"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-48022",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-08-07T17:35:20.588000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ray. The job submission API allows a remote attacker to execute arbitrary code due to insufficient input validation. An unauthenticated attacker can trigger this vulnerability by sending a malicious job submission request. Successful exploitation results in arbitrary code execution on the affected Ray cluster.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ray: Ray Job Submission Arbitrary Code Execution",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48022"
},
{
"category": "external",
"summary": "RHBZ#2387122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48022"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48022",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48022"
}
],
"release_date": "2025-08-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ray: Ray Job Submission Arbitrary Code Execution"
},
{
"cve": "CVE-2023-52355",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2023-11-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2251326"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-memory flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFRasterScanlineSize64() API. This flaw allows a remote attacker to cause a denial of service via a crafted input with a size smaller than 379 KB.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: TIFFRasterScanlineSize64 produce too-big size and could cause OOM",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified out-of-memory vulnerability in libtiff, triggered by a crafted TIFF file passed to the TIFFRasterScanlineSize64() API, presents a moderate severity concern rather than a important one due to several factors. Primarily, the exploit requires the crafted input to be smaller than 379 KB, imposing a limitation on the potential impact and reducing the likelihood of successful exploitation in practical scenarios. Furthermore, the nature of the vulnerability is limited to denial-of-service attacks, which, although disruptive, do not inherently pose a direct risk of data compromise or system compromise. However, it\u0027s important to acknowledge that denial-of-service attacks can still have significant operational implications, particularly in environments reliant on continuous 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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52355"
},
{
"category": "external",
"summary": "RHBZ#2251326",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251326"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52355"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52355",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52355"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/621",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/621"
}
],
"release_date": "2023-11-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libtiff: TIFFRasterScanlineSize64 produce too-big size and could cause OOM"
},
{
"cve": "CVE-2023-52356",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2023-11-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2251344"
}
],
"notes": [
{
"category": "description",
"text": "A segment fault (SEGV) flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFReadRGBATileExt() API. This flaw allows a remote attacker to cause a heap-buffer overflow, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: Segment fault in libtiff in TIFFReadRGBATileExt() leading to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw allows an attacker to potentially cause a denial of service attack by crashing a program, but the impact is minimal.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52356"
},
{
"category": "external",
"summary": "RHBZ#2251344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251344"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52356",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52356"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52356",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52356"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/622",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/622"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/merge_requests/546",
"url": "https://gitlab.com/libtiff/libtiff/-/merge_requests/546"
}
],
"release_date": "2023-11-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libtiff: Segment fault in libtiff in TIFFReadRGBATileExt() leading to denial of service"
},
{
"cve": "CVE-2024-56433",
"cwe": {
"id": "CWE-1188",
"name": "Initialization of a Resource with an Insecure Default"
},
"discovery_date": "2024-12-26T09:00:54.065197+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2334165"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in shadow-utils. Affected versions of shadow-utils establish a default /etc/subuid behavior, for example, uid 100000 through 165535 for the first user account, that can conflict with the uids of users defined on locally administered networks. This issue potentially leads to account takeover by leveraging newuidmap for access to an NFS home directory or same-host resources for remote logins by these local network users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "shadow-utils: Default subordinate ID configuration in /etc/login.defs could lead to compromise",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56433"
},
{
"category": "external",
"summary": "RHBZ#2334165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334165"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56433",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56433"
},
{
"category": "external",
"summary": "https://github.com/shadow-maint/shadow/blob/e2512d5741d4a44bdd81a8c2d0029b6222728cf0/etc/login.defs#L238-L241",
"url": "https://github.com/shadow-maint/shadow/blob/e2512d5741d4a44bdd81a8c2d0029b6222728cf0/etc/login.defs#L238-L241"
},
{
"category": "external",
"summary": "https://github.com/shadow-maint/shadow/issues/1157",
"url": "https://github.com/shadow-maint/shadow/issues/1157"
},
{
"category": "external",
"summary": "https://github.com/shadow-maint/shadow/releases/tag/4.4",
"url": "https://github.com/shadow-maint/shadow/releases/tag/4.4"
}
],
"release_date": "2024-12-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "shadow-utils: Default subordinate ID configuration in /etc/login.defs could lead to compromise"
},
{
"acknowledgments": [
{
"names": [
"Ronald Crane"
]
}
],
"cve": "CVE-2025-5318",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-05-29T06:48:59.169000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369131"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libssh library in versions less than 0.11.2. An out-of-bounds read can be triggered in the sftp_handle function due to an incorrect comparison check that permits the function to access memory beyond the valid handle list and to return an invalid pointer, which is used in further processing. This vulnerability allows an authenticated remote attacker to potentially read unintended memory regions, exposing sensitive information or affect service behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libssh: out-of-bounds read in sftp_handle()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue requires an attacker with valid credentials to access a server, limiting the scope to legitimate users of the SFTP service. Due to this reason, 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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-5318"
},
{
"category": "external",
"summary": "RHBZ#2369131",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369131"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-5318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5318"
},
{
"category": "external",
"summary": "https://www.libssh.org/security/advisories/CVE-2025-5318.txt",
"url": "https://www.libssh.org/security/advisories/CVE-2025-5318.txt"
}
],
"release_date": "2025-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libssh: out-of-bounds read in sftp_handle()"
},
{
"cve": "CVE-2025-6242",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-06-18T15:26:47.633000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373716"
}
],
"notes": [
{
"category": "description",
"text": "A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class within the vLLM project\u0027s multimodal feature set. The load_from_url and load_from_url_async methods fetch and process media from user-provided URLs without adequate restrictions on the target hosts. This allows an attacker to coerce the vLLM server into making arbitrary requests to internal network resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: Server Side request forgery (SSRF) in MediaConnector",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated as having the severity of Important by the Red Hat Product Security team as a successful exploitation by an attacker may lead to confidential data being leaked or a denial of service. Additionally the fact a unprivileged user can trigger this vulnerability through the network also contributes for the severity.\n\nThis vulnerability has its risk amplified on orchestrated environments as pods running the vLLM may eventually communicate with each other through internal cluster routing, including services that should not have been exposed to external networks. An attacker may leverage this flaw to interact with internal services, perform network reconnaissance or trigger a denial of service by leading other internal services to fail.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6242"
},
{
"category": "external",
"summary": "RHBZ#2373716",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373716"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6242"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6242",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6242"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-3f6c-7fw2-ppm4",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-3f6c-7fw2-ppm4"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: Server Side request forgery (SSRF) in MediaConnector"
},
{
"cve": "CVE-2025-6965",
"cwe": {
"id": "CWE-197",
"name": "Numeric Truncation Error"
},
"discovery_date": "2025-07-15T14:02:19.241458+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380149"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: Integer Truncation in SQLite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in SQLite is categorized as Important rather than Critical because, although it involves memory corruption, the conditions required to trigger it are relatively constrained. The flaw arises when a query causes the number of aggregate terms to exceed internal limits, leading to potential buffer overflows or memory mismanagement. However, exploitation requires the ability to craft complex SQL queries and interact with the SQLite engine in a specific manner\u2014typically through direct SQL input. There is no known evidence of arbitrary code execution, privilege escalation, or remote exploitability as a direct result of this flaw. Additionally, most SQLite deployments are embedded in applications where input is tightly controlled or sanitized.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "RHBZ#2380149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL"
},
{
"category": "external",
"summary": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8",
"url": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8"
}
],
"release_date": "2025-07-15T13:44:00.784000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: Integer Truncation in SQLite"
},
{
"cve": "CVE-2025-8176",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-07-26T04:00:56.216434+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383598"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libtiff. The `get_histogram` function in `file/tiffmedian.c` exhibits a use-after-free condition when processing a specially crafted file, allowing a local attacker to trigger memory corruption. This manipulation results in a use-after-free vulnerability, and can lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: LibTIFF Use-After-Free Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Important because it involves a use-after-free flaw in the get_histogram function of LibTIFF\u2019s tiffmedian tool. Successful exploitation may allow a local attacker to execute arbitrary code or cause a denial of service, leading to loss of confidentiality, integrity, and 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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8176"
},
{
"category": "external",
"summary": "RHBZ#2383598",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383598"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8176",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8176"
},
{
"category": "external",
"summary": "http://www.libtiff.org/",
"url": "http://www.libtiff.org/"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/commit/fe10872e53efba9cc36c66ac4ab3b41a839d5172",
"url": "https://gitlab.com/libtiff/libtiff/-/commit/fe10872e53efba9cc36c66ac4ab3b41a839d5172"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/707",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/707"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/merge_requests/727",
"url": "https://gitlab.com/libtiff/libtiff/-/merge_requests/727"
},
{
"category": "external",
"summary": "https://vuldb.com/?ctiid.317590",
"url": "https://vuldb.com/?ctiid.317590"
},
{
"category": "external",
"summary": "https://vuldb.com/?id.317590",
"url": "https://vuldb.com/?id.317590"
},
{
"category": "external",
"summary": "https://vuldb.com/?submit.621796",
"url": "https://vuldb.com/?submit.621796"
}
],
"release_date": "2025-07-26T03:32:08.851000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libtiff: LibTIFF Use-After-Free Vulnerability"
},
{
"cve": "CVE-2025-9230",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-17T12:15:34.387000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was rated as Moderate because, while the potential impact includes an application level denial of service and possible arbitrary code execution, successful exploitation is considered unlikely due to the high attack complexity and the fact that password-based CMS encryption (PWRI) is rarely used in real-world deployments.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "RHBZ#2396054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap"
},
{
"cve": "CVE-2025-9714",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2025-09-02T13:03:56.452000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392605"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxstl/libxml2. The \u0027exsltDynMapFunction\u0027 function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling \u0027dyn:map()\u0027, leading to stack exhaustion and a local denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No evidence was found for arbitrary memory corruption through this flaw, limiting its impact to Availability only, and reducing its severity to Moderate.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "RHBZ#2392605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392605"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148"
}
],
"release_date": "2025-09-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "The impact of this flaw may be reduced by setting strict resource limits to the stack size of processes at the operational system level. This can be achieved either through the \u0027ulimit\u0027 shell built-in or the \u0027limits.conf\u0027 file.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c"
},
{
"acknowledgments": [
{
"names": [
"Gareth C"
],
"organization": "AnchorSec Ltd."
}
],
"cve": "CVE-2025-9900",
"cwe": {
"id": "CWE-123",
"name": "Write-what-where Condition"
},
"discovery_date": "2025-09-03T02:48:12.111000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392784"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Libtiff. This vulnerability is a \"write-what-where\" condition, triggered when the library processes a specially crafted TIFF image file.\n\nBy providing an abnormally large image height value in the file\u0027s metadata, an attacker can trick the library into writing attacker-controlled color data to an arbitrary memory location. This memory corruption can be exploited to cause a denial of service (application crash) or to achieve arbitrary code execution with the permissions of the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: Libtiff Write-What-Where",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This attack requires user interaction to run the malicious TIFF image file, hence the CVE is maintained as important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9900"
},
{
"category": "external",
"summary": "RHBZ#2392784",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392784"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9900",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9900"
},
{
"category": "external",
"summary": "https://github.com/SexyShoelessGodofWar/LibTiff-4.7.0-Write-What-Where?tab=readme-ov-file",
"url": "https://github.com/SexyShoelessGodofWar/LibTiff-4.7.0-Write-What-Where?tab=readme-ov-file"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/704",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/704"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/merge_requests/732",
"url": "https://gitlab.com/libtiff/libtiff/-/merge_requests/732"
},
{
"category": "external",
"summary": "https://libtiff.gitlab.io/libtiff/releases/v4.7.1.html",
"url": "https://libtiff.gitlab.io/libtiff/releases/v4.7.1.html"
}
],
"release_date": "2025-09-22T14:29:35.767000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libtiff: Libtiff Write-What-Where"
},
{
"cve": "CVE-2025-15467",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-01-16T14:21:50.710000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A remote attacker can exploit a stack buffer overflow vulnerability by supplying a crafted Cryptographic Message Syntax (CMS) message with an oversized Initialization Vector (IV) when parsing AuthEnvelopedData structures that use Authenticated Encryption with Associated Data (AEAD) ciphers such as AES-GCM. This can lead to a crash, causing a Denial of Service (DoS), or potentially allow for remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Remote code execution or Denial of Service via oversized Initialization Vector in CMS parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. On Red Hat Enterprise Linux, OpenSSL is built with stack protections enabled which mitigate the risk of code execution though a denial-of-service condition remains possible. This vulnerability only affects applications and services that parse untrusted CMS or PKCS#7 content using AEAD ciphers, such as Kerberos using the PKINIT plugin. OpenSSL versions 1.1.1 and 1.0.2 are not affected by this issue.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "RHBZ#2430376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15467",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15467"
}
],
"release_date": "2026-01-27T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: OpenSSL: Remote code execution or Denial of Service via oversized Initialization Vector in CMS parsing"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"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:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-52565",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404708"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console\nbind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape with malicious config due to /dev/console mount and related races",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "RHBZ#2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix DAC and thus user namespaces stop a container process from being able to write to them.\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n* The default SELinux policy should mitigate this issue, as the /dev/console bind-mount does not re-label the mount and so the container process should not be able to write to unsafe procfs files. However, CVE-2025-52881 allows an attacker to bypass LSM labels, and so this mitigation is not helpful when considered in combination with CVE-2025-52881.\n* The default AppArmor profile used by most runtimes will NOT help mitigate this issue, as /dev/console access is permitted. You could create a custom profile that blocks access to /dev/console, but such a profile might break regular containers. In addition, CVE-2025-52881 allows an attacker to bypass LSM labels, and so that mitigation is not helpful when considered in combination with CVE-2025-52881.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape with malicious config due to /dev/console mount and related races"
},
{
"cve": "CVE-2025-53905",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:19.770241+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380362"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversial",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "RHBZ#2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239",
"url": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr",
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
}
],
"release_date": "2025-07-15T20:48:34.764000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversial"
},
{
"cve": "CVE-2025-53906",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:15.057182+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380360"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversal",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "RHBZ#2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8",
"url": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86"
}
],
"release_date": "2025-07-15T20:52:40.137000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversal"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classified as Moderate instead of Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2025-59425",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2025-09-22T06:45:41.577000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397234"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM\u2019s API token authentication logic, where token comparisons were not performed in constant time. This weakness could allow an attacker to exploit timing differences to guess valid tokens and bypass authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: Timing Attack in vLLM API Token Verification Leading to Authentication Bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The RedHat security team has rated the severity of this issue as Important. The vulnerability is remotely exploitable without authentication or user interaction and can result in authentication bypass. The root cause was the use of a non-constant-time string comparison, which leaked timing information. Successful exploitation could lead to unauthorized access to APIs and sensitive 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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59425"
},
{
"category": "external",
"summary": "RHBZ#2397234",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397234"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59425"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59425",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59425"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ee10d7e6ff5875386c7f136ce8b5f525c8fcef48",
"url": "https://github.com/vllm-project/vllm/commit/ee10d7e6ff5875386c7f136ce8b5f525c8fcef48"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-wr9h-g72x-mwhm",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-wr9h-g72x-mwhm"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: Timing Attack in vLLM API Token Verification Leading to Authentication Bypass"
},
{
"acknowledgments": [
{
"names": [
"keymoon",
"Ga_ryo",
"Isotr0py",
"DarkLight1337"
]
}
],
"cve": "CVE-2025-61620",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-06T05:59:34.077000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401761"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the server implementation of vLLM, where the handling of Jinja templates does not properly validate user-supplied input through the chat_template and chat_template_kwargs parameters. When a specially crafted template is processed, it can trigger excessive looping or recursion inside the Jinja engine, consuming large amounts of CPU and memory. This can cause the server to become unresponsive or crash, resulting in a denial-of-service (DoS) condition for applications using vLLM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM OpenAI-Compatible Server Resource Exhaustion via chat_template Parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has assessed the severity of this vulnerability as Moderate, as it requires authenticated access or the ability to supply templates to the vLLM server. Successful exploitation allows an attacker to exhaust system resources by submitting maliciously crafted Jinja templates that trigger excessive CPU and memory usage. The vulnerability\u2019s root cause is the lack of proper validation and sandboxing of user-supplied template data, which can lead to denial of service (DoS) conditions affecting the availability of services built on vLLM.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61620"
},
{
"category": "external",
"summary": "RHBZ#2401761",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401761"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61620",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61620"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61620",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61620"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-6fvq-23cw-5628",
"url": "https://github.com/advisories/GHSA-6fvq-23cw-5628"
}
],
"release_date": "2025-10-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM OpenAI-Compatible Server Resource Exhaustion via chat_template Parameters"
},
{
"cve": "CVE-2025-62164",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-11-21T02:01:11.280042+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416282"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered important rather than moderate because it involves unsafe deserialization leading to memory corruption in a network-reachable, unauthenticated API path. Unlike typical moderate flaws that may only allow limited DoS or require specific conditions, this issue allows an attacker to supply a crafted sparse tensor that triggers an out-of-bounds memory write during PyTorch\u2019s to_dense() conversion. Memory corruption in a server process handling untrusted input significantly elevates security risk because it can lead not only to a reliable crash but also to potential remote code execution, enabling full compromise of the vLLM service. Additionally, the affected code path is part of the standard Completions API workflow, making the attack surface broadly exposed in real deployments. The combination of remote exploitability, unauthenticated access, memory corruption, and potential RCE clearly positions this issue above a moderate classification and into an important severity level.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "RHBZ#2416282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416282"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf"
}
],
"release_date": "2025-11-21T01:18:38.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE"
},
{
"cve": "CVE-2025-62372",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"discovery_date": "2025-11-21T02:00:57.180567+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416280"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in vLLM allows an attacker with API access to crash the engine by submitting multimodal embedding tensors that have the correct number of dimensions but an invalid internal shape. Because vLLM validates only the tensor\u2019s ndim and not the full expected shape, malformed embeddings trigger shape mismatches or validation failures during processing, causing the inference engine to terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated Moderate rather than Important because its impact is strictly limited to availability and requires low but existing privileges to exploit. The issue arises from incomplete shape validation of multimodal embedding tensors, which can cause deterministic crashes in the inference engine, but it does not enable memory corruption, data leakage, integrity compromise, or execution of arbitrary code. Exploitation requires an authenticated or API-key-holding user to submit malformed multimodal inputs, meaning it cannot be triggered by an unauthenticated attacker on an exposed endpoint. Additionally, the failure mode is a clean crash rather than undefined behavior, so the blast radius is constrained to service interruption rather than broader systemic compromise. These factors\u2014PR:L requirement, no confidentiality/integrity impact, deterministic failure mode, and scoped DoS only\u2014technically align the issue with Moderate severity instead of an Important flaw.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "RHBZ#2416280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416280"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/6613",
"url": "https://github.com/vllm-project/vllm/pull/6613"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw"
}
],
"release_date": "2025-11-21T01:22:37.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs"
},
{
"cve": "CVE-2025-62426",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-11-21T02:00:49.606988+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416278"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows an authenticated user to trigger unintended tokenization during chat template processing by supplying crafted chat_template_kwargs to the /v1/chat/completions or /tokenize endpoints. By forcing the server to tokenize very large inputs, an attacker can block the API server\u2019s event loop for extended periods, causing a denial of service and delaying all other requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM vulnerable to DoS via large Chat Completion or Tokenization requests with specially crafted `chat_template_kwargs`",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw is limited to a denial-of-service vector that requires an authenticated user and relies on abusing an optional, non-security-critical parameter (chat_template_kwargs) to force unexpected tokenization during template application, which is computationally expensive but not indicative of data corruption, privilege escalation, or code execution. The attacker cannot break isolation boundaries or execute arbitrary logic\u2014they can only cause the server\u2019s event loop to stall through large crafted inputs, and only if they already have access to the vLLM API. Moreover, the DoS condition is resource-intensive, depends heavily on model size and server configuration, and does not persist once the malicious request completes. Because the impact is bounded to temporary availability degradation without confidentiality or integrity loss, and because exploitation requires legitimate API access and large payloads, this issue aligns with a Moderate severity rather than an Important/High flaw.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62426"
},
{
"category": "external",
"summary": "RHBZ#2416278",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416278"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62426"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62426",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62426"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/chat_utils.py#L1602-L1610",
"url": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/chat_utils.py#L1602-L1610"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/openai/serving_engine.py#L809-L814",
"url": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/openai/serving_engine.py#L809-L814"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/3ada34f9cb4d1af763fdfa3b481862a93eb6bd2b",
"url": "https://github.com/vllm-project/vllm/commit/3ada34f9cb4d1af763fdfa3b481862a93eb6bd2b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27205",
"url": "https://github.com/vllm-project/vllm/pull/27205"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-69j4-grxj-j64p",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-69j4-grxj-j64p"
}
],
"release_date": "2025-11-21T01:21:29.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM vulnerable to DoS via large Chat Completion or Tokenization requests with specially crafted `chat_template_kwargs`"
},
{
"cve": "CVE-2025-62593",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-11-26T23:01:25.307125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417394"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ray\u2019s HTTP API endpoint handling (e.g. /api/jobs, /api/job_agent/jobs/), which allows a remote attacker to trigger arbitrary code execution when a developer using Ray visits a malicious website in a vulnerable browser (e.g. Firefox or Safari). The root cause is an insufficient defense relying solely on the User-Agent header starting with \u201cMozilla\u201d, which can be manipulated under the fetch specification \u2014 enabling a DNS-rebinding attack to bypass browser-based protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ray: Ray is vulnerable to RCE via Safari \u0026 Firefox Browsers through DNS Rebinding Attack",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has chosen to keep this as Important instead of Critical severity because the successful exploitation of this vulnerability requires user interaction in conjunction with a DNS rebinding attack.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62593"
},
{
"category": "external",
"summary": "RHBZ#2417394",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417394"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62593",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62593"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62593",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62593"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09",
"url": "https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v",
"url": "https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v"
}
],
"release_date": "2025-11-26T22:28:28.577000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ray: Ray is vulnerable to RCE via Safari \u0026 Firefox Browsers through DNS Rebinding Attack"
},
{
"cve": "CVE-2025-62727",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2025-10-28T21:01:03.833849+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2406929"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability has been discovered in the python Starlette framework. an unauthenticated attacker can send a crafted HTTP Range header that triggers quadratic-time processing in Starlette\u0027s FileResponse Range parsing/merging logic. This induces CPU exhaustion per request, causing a denial\u2011of\u2011service for endpoints serving files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "starlette: Starlette DoS via Range header merging",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62727"
},
{
"category": "external",
"summary": "RHBZ#2406929",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406929"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62727"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/commit/4ea6e22b489ec388d6004cfbca52dd5b147127c5",
"url": "https://github.com/Kludex/starlette/commit/4ea6e22b489ec388d6004cfbca52dd5b147127c5"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/security/advisories/GHSA-7f5h-v6xp-fcq8",
"url": "https://github.com/Kludex/starlette/security/advisories/GHSA-7f5h-v6xp-fcq8"
}
],
"release_date": "2025-10-28T20:14:53.655000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "starlette: Starlette DoS via Range header merging"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66448",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-01T23:01:07.198041+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418152"
}
],
"notes": [
{
"category": "description",
"text": "A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model\u0027s configuration, even when explicit security measures are set to prevent it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Remote Code Execution via malicious model configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because vLLM, when deployed in a Red Hat environment, is susceptible to remote code execution. An attacker can craft a malicious model configuration that, when loaded, fetches and executes arbitrary Python code from a remote repository, even if `trust_remote_code` is explicitly set to `False`.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "RHBZ#2418152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86",
"url": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/28126",
"url": "https://github.com/vllm-project/vllm/pull/28126"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm"
}
],
"release_date": "2025-12-01T22:45:42.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: vLLM: Remote Code Execution via malicious model configuration"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-69223",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T20:01:19.831548+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427456"
}
],
"notes": [
{
"category": "description",
"text": "A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host\u0027s memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "RHBZ#2427456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a",
"url": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg"
}
],
"release_date": "2026-01-05T22:00:17.715000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb"
},
{
"cve": "CVE-2026-0994",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2026-01-23T16:02:59.235878+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2432398"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in protobuf. A remote attacker can exploit this denial-of-service (DoS) vulnerability by supplying deeply nested `google.protobuf.Any` messages to the `google.protobuf.json_format.ParseDict()` function. This bypasses the intended recursion depth limit, leading to the exhaustion of Python\u2019s recursion stack and causing a `RecursionError`, which results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: protobuf: Protobuf: Denial of Service due to recursion depth bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The flaw in `protobuf` allows a remote attacker to trigger a denial-of-service by providing specially crafted, deeply nested `google.protobuf.Any` messages to the `google.protobuf.json_format.ParseDict()` function. This bypasses the intended recursion depth limit, leading to resource exhaustion and application crashes.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0994"
},
{
"category": "external",
"summary": "RHBZ#2432398",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2432398"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0994"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0994",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0994"
},
{
"category": "external",
"summary": "https://github.com/protocolbuffers/protobuf/pull/25239",
"url": "https://github.com/protocolbuffers/protobuf/pull/25239"
}
],
"release_date": "2026-01-23T14:55:16.876000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: protobuf: Protobuf: Denial of Service due to recursion depth bypass"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
}
],
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-22773",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-10T07:01:22.641229+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428443"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted 1x1 pixel image to a vLLM engine serving multimodal models that use the Idefics3 vision model implementation. This leads to a tensor dimension mismatch, causing an unhandled runtime error and resulting in complete server termination, effectively a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Denial of Service via specially crafted image in multimodal model serving",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A remote attacker can trigger a denial of service in vLLM engines serving multimodal models that use the Idefics3 vision model by sending a specially crafted image, leading to complete server termination. This affects Red Hat AI Inference Server and Red Hat OpenShift AI (RHOAI) when configured with the vulnerable vLLM versions.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22773"
},
{
"category": "external",
"summary": "RHBZ#2428443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428443"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22773",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22773"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22773",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22773"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-grg2-63fw-f2qr",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-grg2-63fw-f2qr"
}
],
"release_date": "2026-01-10T06:39:02.276000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM: Denial of Service via specially crafted image in multimodal model serving"
},
{
"cve": "CVE-2026-22778",
"cwe": {
"id": "CWE-209",
"name": "Generation of Error Message Containing Sensitive Information"
},
"discovery_date": "2026-02-03T00:01:43.512265+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436113"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted video URL to vLLM\u0027s multimodal endpoint. This action causes vLLM to leak a heap memory address, significantly reducing the effectiveness of Address Space Layout Randomization (ASLR). This information disclosure can then be chained with a heap overflow vulnerability to achieve remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Remote code execution via invalid image processing in the multimodal endpoint.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Critical rather than Important because it allows unauthenticated remote code execution without requiring user interaction, ultimately leading to full compromise of the affected system. An attacker can provide a malicious video URL to a vulnerable vLLM inference endpoint, which causes the service to automatically retrieve and process attacker-controlled media content. During decoding, a heap overflow is triggered in the underlying video processing stack, enabling corruption of heap memory and potential overwriting of control structures to execute arbitrary commands on the host. In addition, an information disclosure condition can leak memory addresses, significantly weakening ASLR protections and making exploitation more reliable when combined with the heap overflow. Successful exploitation compromises the confidentiality, integrity, and availability of the system and can impact deployments such as Red Hat AI Inference Server, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI, thereby meeting Red Hat\u2019s criteria for Critical severity rather than Important impact.\n\nThe vLLM vulnerability depends on CVE-2025-9951, as processing attacker-controlled media can trigger the JPEG2000 decoder heap overflow, which can then be exploited within the vLLM video handling pipeline to cause memory corruption and potentially achieve remote 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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22778"
},
{
"category": "external",
"summary": "RHBZ#2436113",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436113"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22778",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22778"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22778",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22778"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/31987",
"url": "https://github.com/vllm-project/vllm/pull/31987"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32319",
"url": "https://github.com/vllm-project/vllm/pull/32319"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/releases/tag/v0.14.1",
"url": "https://github.com/vllm-project/vllm/releases/tag/v0.14.1"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-4r2x-xpjr-7cvv",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-4r2x-xpjr-7cvv"
}
],
"release_date": "2026-02-02T21:09:53.265000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Critical"
}
],
"title": "vLLM: vLLM: Remote code execution via invalid image processing in the multimodal endpoint."
},
{
"cve": "CVE-2026-22807",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-01-21T22:00:55.823882+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431865"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). This vulnerability allows a remote attacker to achieve arbitrary code execution on the vLLM host during model loading. This occurs because vLLM loads Hugging Face `auto_map` dynamic modules without properly validating the `trust_remote_code` setting. By influencing the model repository or path, an attacker can execute malicious Python code at server startup, even before any API requests are handled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Arbitrary code execution via untrusted model loading",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as vLLM, an inference and serving engine for large language models, is vulnerable to arbitrary code execution. An attacker influencing the model repository or path can execute malicious Python code during server startup, affecting vLLM versions 0.10.1 through 0.13.x.",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22807"
},
{
"category": "external",
"summary": "RHBZ#2431865",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431865"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22807",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22807"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22807",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22807"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5",
"url": "https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32194",
"url": "https://github.com/vllm-project/vllm/pull/32194"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/releases/tag/v0.14.0",
"url": "https://github.com/vllm-project/vllm/releases/tag/v0.14.0"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr"
}
],
"release_date": "2026-01-21T21:13:11.894000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that vLLM instances are configured to load models only from trusted and verified repositories. Restrict access to the model repository path to prevent unauthorized modification or introduction of malicious code. Implement strict access controls and integrity checks for all model sources.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vLLM: vLLM: Arbitrary code execution via untrusted model loading"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-24486",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-27T01:00:58.032530+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python-Multipart, a tool for parsing multipart form data in Python applications. This vulnerability, known as path traversal, allows a remote attacker to write uploaded files to any location on the server\u0027s file system. This exploitation occurs when specific non-default configuration options, `UPLOAD_DIR` and `UPLOAD_KEEP_FILENAME=True`, are enabled, and a malicious filename is provided during a file upload. The primary consequence is unauthorized file creation or modification, which could lead to system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-multipart: Python-Multipart: Arbitrary file write via path traversal vulnerability",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24486"
},
{
"category": "external",
"summary": "RHBZ#2433132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24486",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24486"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24486",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24486"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/commit/9433f4bbc9652bdde82bbe380984e32f8cfc89c4",
"url": "https://github.com/Kludex/python-multipart/commit/9433f4bbc9652bdde82bbe380984e32f8cfc89c4"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/releases/tag/0.0.22",
"url": "https://github.com/Kludex/python-multipart/releases/tag/0.0.22"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-wp53-j4wj-2cfg",
"url": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-wp53-j4wj-2cfg"
}
],
"release_date": "2026-01-27T00:34:06.229000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, avoid enabling the `UPLOAD_KEEP_FILENAME=True` configuration option in applications using `python-multipart`. This option, when used with `UPLOAD_DIR`, allows an attacker to write files to arbitrary locations. Disabling or not configuring `UPLOAD_KEEP_FILENAME=True` prevents the path traversal vulnerability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.6,
"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:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-multipart: Python-Multipart: Arbitrary file write via path traversal vulnerability"
},
{
"cve": "CVE-2026-24779",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-01-27T23:00:53.998772+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433624"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class, specifically within the load_from_url and load_from_url_async methods. An attacker can exploit differing interpretations of backslashes by Python parsing libraries used for host restrictions to bypass these restrictions. This allows the attacker to force the vLLM server to make arbitrary requests to internal network resources, potentially leading to information disclosure, denial of service, or unauthorized access within containerized environments.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Server-Side Request Forgery allows internal network access",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT Server-Side Request Forgery (SSRF) vulnerability in vLLM\u0027s `MediaConnector` allows an attacker to bypass host restrictions when processing user-provided URLs. This enables the vLLM server to be coerced into making arbitrary requests to internal network resources. This is critical in containerized deployments, including Red Hat AI Inference Server, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI, where it could facilitate internal network reconnaissance and unauthorized access to other 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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24779"
},
{
"category": "external",
"summary": "RHBZ#2433624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24779",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24779"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24779",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24779"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/f46d576c54fb8aeec5fc70560e850bed38ef17d7",
"url": "https://github.com/vllm-project/vllm/commit/f46d576c54fb8aeec5fc70560e850bed38ef17d7"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32746",
"url": "https://github.com/vllm-project/vllm/pull/32746"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-qh4c-xf7m-gxfc",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-qh4c-xf7m-gxfc"
}
],
"release_date": "2026-01-27T22:01:13.808000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict network access to the vLLM service to only trusted clients. Implement strict network segmentation for vLLM pods in containerized environments to limit potential lateral movement. Ensure that vLLM instances are not exposed to untrusted external networks without proper access controls and input validation at the perimeter.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vLLM: vLLM: Server-Side Request Forgery allows internal network access"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"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-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_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 AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
}
]
}
RHSA-2026:3718
Vulnerability from csaf_redhat - Published: 2026-03-04 07:52 - Updated: 2026-06-30 08:56A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn't behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
Workaround
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 | — |
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": "The 1.15.4 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.15.4 release of Red Hat OpenShift Pipelines Operator.",
"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:3718",
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-24790",
"url": "https://access.redhat.com/security/cve/CVE-2024-24790"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-27144",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"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/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3718.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.15.4",
"tracking": {
"current_release_date": "2026-06-30T08:56:56+00:00",
"generator": {
"date": "2026-06-30T08:56:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2026:3718",
"initial_release_date": "2026-03-04T07:52:57+00:00",
"revision_history": [
{
"date": "2026-03-04T07:52:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-04T07:53:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T08:56:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.15",
"product": {
"name": "Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel8@sha256%3Aeea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel8@sha256%3Ad968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772609258"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel8@sha256%3A1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel8@sha256%3A0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772609258"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel8@sha256%3A6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel8@sha256%3Ac179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772609258"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel8@sha256%3A26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel8@sha256%3Ac9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772609258"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-24790",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292787"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn\u0027t behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE has been marked as moderate as for our products a network-based attack vector is simply impossible when it comes to golang code,apart from that as per CVE flaw analysis reported by golang, this only affects integrity and confidentiality and has no effect on availability, hence CVSS has been marked as such.",
"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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24790"
},
{
"category": "external",
"summary": "RHBZ#2292787",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790"
}
],
"release_date": "2024-06-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:52:57+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3718"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_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 Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:0b83b8f1ca2060c8ff2fa92b84c93b278b21300904e268b62cbb37c4591872b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c179dbd8fe4a59f4a0db841f71273fc2b25f039c1f394fc28d8fe9ae233457bb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:c9ed680f83130eac3e4d0567a91b3baf98de55a81eee8635ac2cc6369743bb5a_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d968fd24bce22668f30a07456f7dd60452f33b10931ac8bba170d87bc69486a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:1cb101c47928262aaffca1666428c45db5c44b4e43b7cb9b77f6339ffe23c6e9_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:26cfa3764e6cbfefda7aa9c2c66aaf89ca4ec3443f6f26c8a060a01f44c5b62d_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:6c84b926c8c564decc5766bd0353ce5bb20ee60efb7861d2e9ce1d0180d2c098_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel8@sha256:eea4eb420ed55b0b96728cbf0f9ae56578f86e699fd5071da7df5b1b5a8b842c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
SUSE-RU-2025:02091-1
Vulnerability from csaf_suse - Published: 2025-06-24 13:44 - Updated: 2025-06-24 13:44| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Recommended update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- Added patch to remove using rw as a default mount option (bsc#1239776)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2091,SUSE-SLE-Micro-5.3-2025-2091,SUSE-SLE-Micro-5.4-2025-2091,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2091,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2091,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2091,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2091",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-ru-2025_02091-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-RU-2025:02091-1",
"url": "https://www.suse.com/support/update/announcement//suse-ru-202502091-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-RU-2025:02091-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040458.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239776",
"url": "https://bugzilla.suse.com/1239776"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Recommended update for podman",
"tracking": {
"current_release_date": "2025-06-24T13:44:12Z",
"generator": {
"date": "2025-06-24T13:44:12Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-RU-2025:02091-1",
"initial_release_date": "2025-06-24T13:44:12Z",
"revision_history": [
{
"date": "2025-06-24T13:44:12Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.aarch64",
"product": {
"name": "podman-4.9.5-150400.4.47.2.aarch64",
"product_id": "podman-4.9.5-150400.4.47.2.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"product_id": "podman-remote-4.9.5-150400.4.47.2.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.aarch64",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.aarch64",
"product_id": "podmansh-4.9.5-150400.4.47.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.i586",
"product": {
"name": "podman-4.9.5-150400.4.47.2.i586",
"product_id": "podman-4.9.5-150400.4.47.2.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.i586",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.i586",
"product_id": "podman-remote-4.9.5-150400.4.47.2.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.i586",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.i586",
"product_id": "podmansh-4.9.5-150400.4.47.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150400.4.47.2.noarch",
"product": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch",
"product_id": "podman-docker-4.9.5-150400.4.47.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.ppc64le",
"product": {
"name": "podman-4.9.5-150400.4.47.2.ppc64le",
"product_id": "podman-4.9.5-150400.4.47.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.ppc64le",
"product_id": "podman-remote-4.9.5-150400.4.47.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.ppc64le",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.ppc64le",
"product_id": "podmansh-4.9.5-150400.4.47.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.s390x",
"product": {
"name": "podman-4.9.5-150400.4.47.2.s390x",
"product_id": "podman-4.9.5-150400.4.47.2.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.s390x",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.s390x",
"product_id": "podman-remote-4.9.5-150400.4.47.2.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.s390x",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.s390x",
"product_id": "podmansh-4.9.5-150400.4.47.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.47.2.x86_64",
"product": {
"name": "podman-4.9.5-150400.4.47.2.x86_64",
"product_id": "podman-4.9.5-150400.4.47.2.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"product": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"product_id": "podman-remote-4.9.5-150400.4.47.2.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.47.2.x86_64",
"product": {
"name": "podmansh-4.9.5-150400.4.47.2.x86_64",
"product_id": "podmansh-4.9.5-150400.4.47.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.47.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.47.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le"
},
"product_reference": "podman-4.9.5-150400.4.47.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.47.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le"
},
"product_reference": "podman-4.9.5-150400.4.47.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.47.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.47.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.47.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.47.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:12Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:12Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.47.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.47.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.47.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:12Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-RU-2025:02092-1
Vulnerability from csaf_suse - Published: 2025-06-24 13:44 - Updated: 2025-06-24 13:44| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Recommended update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- Added patch to remove using rw as a default mount option (bsc#1239776)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2092,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2092,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2092,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2092,SUSE-SUSE-MicroOS-5.1-2025-2092,SUSE-SUSE-MicroOS-5.2-2025-2092,SUSE-Storage-7.1-2025-2092",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-ru-2025_02092-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-RU-2025:02092-1",
"url": "https://www.suse.com/support/update/announcement//suse-ru-202502092-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-RU-2025:02092-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040457.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239776",
"url": "https://bugzilla.suse.com/1239776"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Recommended update for podman",
"tracking": {
"current_release_date": "2025-06-24T13:44:40Z",
"generator": {
"date": "2025-06-24T13:44:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-RU-2025:02092-1",
"initial_release_date": "2025-06-24T13:44:40Z",
"revision_history": [
{
"date": "2025-06-24T13:44:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.aarch64",
"product": {
"name": "podman-4.9.5-150300.9.49.2.aarch64",
"product_id": "podman-4.9.5-150300.9.49.2.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"product_id": "podman-remote-4.9.5-150300.9.49.2.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.aarch64",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.aarch64",
"product_id": "podmansh-4.9.5-150300.9.49.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.i586",
"product": {
"name": "podman-4.9.5-150300.9.49.2.i586",
"product_id": "podman-4.9.5-150300.9.49.2.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.i586",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.i586",
"product_id": "podman-remote-4.9.5-150300.9.49.2.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.i586",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.i586",
"product_id": "podmansh-4.9.5-150300.9.49.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150300.9.49.2.noarch",
"product": {
"name": "podman-docker-4.9.5-150300.9.49.2.noarch",
"product_id": "podman-docker-4.9.5-150300.9.49.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.ppc64le",
"product": {
"name": "podman-4.9.5-150300.9.49.2.ppc64le",
"product_id": "podman-4.9.5-150300.9.49.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.ppc64le",
"product_id": "podman-remote-4.9.5-150300.9.49.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.ppc64le",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.ppc64le",
"product_id": "podmansh-4.9.5-150300.9.49.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.s390x",
"product": {
"name": "podman-4.9.5-150300.9.49.2.s390x",
"product_id": "podman-4.9.5-150300.9.49.2.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.s390x",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.s390x",
"product_id": "podman-remote-4.9.5-150300.9.49.2.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.s390x",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.s390x",
"product_id": "podmansh-4.9.5-150300.9.49.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.49.2.x86_64",
"product": {
"name": "podman-4.9.5-150300.9.49.2.x86_64",
"product_id": "podman-4.9.5-150300.9.49.2.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"product": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"product_id": "podman-remote-4.9.5-150300.9.49.2.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.49.2.x86_64",
"product": {
"name": "podmansh-4.9.5-150300.9.49.2.x86_64",
"product_id": "podmansh-4.9.5-150300.9.49.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le"
},
"product_reference": "podman-4.9.5-150300.9.49.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le"
},
"product_reference": "podman-4.9.5-150300.9.49.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.49.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.49.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.49.2.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:40Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:40Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.1:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.49.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.49.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:44:40Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-RU-2025:02093-1
Vulnerability from csaf_suse - Published: 2025-06-24 13:45 - Updated: 2025-06-24 13:45| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Recommended update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- Added patch to remove using rw as a default mount option (bsc#1239776)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2093,SUSE-SLE-Micro-5.5-2025-2093,SUSE-SLE-Module-Containers-15-SP6-2025-2093,SUSE-SLE-Module-Containers-15-SP7-2025-2093,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2093,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2093,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2093,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2093,openSUSE-SLE-15.6-2025-2093",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-ru-2025_02093-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-RU-2025:02093-1",
"url": "https://www.suse.com/support/update/announcement//suse-ru-202502093-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-RU-2025:02093-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040456.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239776",
"url": "https://bugzilla.suse.com/1239776"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-6104 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6104/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
}
],
"title": "Recommended update for podman",
"tracking": {
"current_release_date": "2025-06-24T13:45:28Z",
"generator": {
"date": "2025-06-24T13:45:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-RU-2025:02093-1",
"initial_release_date": "2025-06-24T13:45:28Z",
"revision_history": [
{
"date": "2025-06-24T13:45:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.aarch64",
"product": {
"name": "podman-4.9.5-150500.3.43.2.aarch64",
"product_id": "podman-4.9.5-150500.3.43.2.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"product_id": "podman-remote-4.9.5-150500.3.43.2.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.aarch64",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64",
"product_id": "podmansh-4.9.5-150500.3.43.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.i586",
"product": {
"name": "podman-4.9.5-150500.3.43.2.i586",
"product_id": "podman-4.9.5-150500.3.43.2.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.i586",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.i586",
"product_id": "podman-remote-4.9.5-150500.3.43.2.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.i586",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.i586",
"product_id": "podmansh-4.9.5-150500.3.43.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150500.3.43.2.noarch",
"product": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch",
"product_id": "podman-docker-4.9.5-150500.3.43.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.ppc64le",
"product": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le",
"product_id": "podman-4.9.5-150500.3.43.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"product_id": "podman-remote-4.9.5-150500.3.43.2.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"product_id": "podmansh-4.9.5-150500.3.43.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.s390x",
"product": {
"name": "podman-4.9.5-150500.3.43.2.s390x",
"product_id": "podman-4.9.5-150500.3.43.2.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.s390x",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x",
"product_id": "podman-remote-4.9.5-150500.3.43.2.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.s390x",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x",
"product_id": "podmansh-4.9.5-150500.3.43.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.43.2.x86_64",
"product": {
"name": "podman-4.9.5-150500.3.43.2.x86_64",
"product_id": "podman-4.9.5-150500.3.43.2.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"product": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"product_id": "podman-remote-4.9.5-150500.3.43.2.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.43.2.x86_64",
"product": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64",
"product_id": "podmansh-4.9.5-150500.3.43.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.43.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.43.2.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.43.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.43.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.43.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.43.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-6104",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6104"
}
],
"notes": [
{
"category": "general",
"text": "go-retryablehttp prior to 0.7.7 did not sanitize urls when writing them to its log file. This could lead to go-retryablehttp writing sensitive HTTP basic auth credentials to its log file. This vulnerability, CVE-2024-6104, was fixed in go-retryablehttp 0.7.7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6104",
"url": "https://www.suse.com/security/cve/CVE-2024-6104"
},
{
"category": "external",
"summary": "SUSE Bug 1227024 for CVE-2024-6104",
"url": "https://bugzilla.suse.com/1227024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:45:28Z",
"details": "moderate"
}
],
"title": "CVE-2024-6104"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:45:28Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.43.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.43.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.43.2.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.43.2.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.43.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-24T13:45:28Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
}
]
}
SUSE-SU-2025:03540-1
Vulnerability from csaf_suse - Published: 2025-10-10 19:04 - Updated: 2025-10-10 19:04| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for docker-stable",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for docker-stable fixes the following issues:\n\n- Include historical changelog data from before the docker-stable fork. The\n initial changelog entry did technically provide all the necessary\n information, but our CVE tracking tools do not understand how the package is\n forked and so it seems that this package does not include fixes for ~12 years\n of updates. So, include a copy of the original package\u0027s changelog up until\n the fork point. (bsc#1250596)\n\n- Remove git-core recommends on SLE. Most SLE systems have\n installRecommends=yes by default and thus end up installing git with Docker.\n bsc#1250508\n\n This feature is mostly intended for developers (\u0027docker build git://\u0027) so\n most users already have the dependency installed, and the error when git is\n missing is fairly straightforward (so they can easily figure out what they\n need to install).\n\n- Backport \u003chttps://github.com/moby/moby/pull/48517\u003e. bsc#1247362\n\n- Update to docker-buildx v0.25.0. Upstream changelog:\n \u003chttps://github.com/docker/buildx/releases/tag/v0.25.0\u003e\n\n- Do not try to inject SUSEConnect secrets when in Rootless Docker mode, as\n Docker does not have permission to access the host zypper credentials in this\n mode (and unprivileged users cannot disable the feature using\n /etc/docker/suse-secrets-enable.) bsc#1240150\n\n- Initial docker-stable fork, forked from Docker 24.0.7-ce release\n (packaged on 2024-02-14). The original changelog is included below for\n historical reference.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3540,SUSE-SLE-SERVER-12-SP5-LTSS-2025-3540,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-3540",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03540-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03540-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503540-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03540-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-October/042077.html"
},
{
"category": "self",
"summary": "SUSE Bug 1001161",
"url": "https://bugzilla.suse.com/1001161"
},
{
"category": "self",
"summary": "SUSE Bug 1004490",
"url": "https://bugzilla.suse.com/1004490"
},
{
"category": "self",
"summary": "SUSE Bug 1007249",
"url": "https://bugzilla.suse.com/1007249"
},
{
"category": "self",
"summary": "SUSE Bug 1009961",
"url": "https://bugzilla.suse.com/1009961"
},
{
"category": "self",
"summary": "SUSE Bug 1012568",
"url": "https://bugzilla.suse.com/1012568"
},
{
"category": "self",
"summary": "SUSE Bug 1015661",
"url": "https://bugzilla.suse.com/1015661"
},
{
"category": "self",
"summary": "SUSE Bug 1016307",
"url": "https://bugzilla.suse.com/1016307"
},
{
"category": "self",
"summary": "SUSE Bug 1016992",
"url": "https://bugzilla.suse.com/1016992"
},
{
"category": "self",
"summary": "SUSE Bug 1019251",
"url": "https://bugzilla.suse.com/1019251"
},
{
"category": "self",
"summary": "SUSE Bug 1020806",
"url": "https://bugzilla.suse.com/1020806"
},
{
"category": "self",
"summary": "SUSE Bug 1021227",
"url": "https://bugzilla.suse.com/1021227"
},
{
"category": "self",
"summary": "SUSE Bug 1026827",
"url": "https://bugzilla.suse.com/1026827"
},
{
"category": "self",
"summary": "SUSE Bug 1028638",
"url": "https://bugzilla.suse.com/1028638"
},
{
"category": "self",
"summary": "SUSE Bug 1028639",
"url": "https://bugzilla.suse.com/1028639"
},
{
"category": "self",
"summary": "SUSE Bug 1029320",
"url": "https://bugzilla.suse.com/1029320"
},
{
"category": "self",
"summary": "SUSE Bug 1029630",
"url": "https://bugzilla.suse.com/1029630"
},
{
"category": "self",
"summary": "SUSE Bug 1030702",
"url": "https://bugzilla.suse.com/1030702"
},
{
"category": "self",
"summary": "SUSE Bug 1032287",
"url": "https://bugzilla.suse.com/1032287"
},
{
"category": "self",
"summary": "SUSE Bug 1032644",
"url": "https://bugzilla.suse.com/1032644"
},
{
"category": "self",
"summary": "SUSE Bug 1034053",
"url": "https://bugzilla.suse.com/1034053"
},
{
"category": "self",
"summary": "SUSE Bug 1034063",
"url": "https://bugzilla.suse.com/1034063"
},
{
"category": "self",
"summary": "SUSE Bug 1037436",
"url": "https://bugzilla.suse.com/1037436"
},
{
"category": "self",
"summary": "SUSE Bug 1037607",
"url": "https://bugzilla.suse.com/1037607"
},
{
"category": "self",
"summary": "SUSE Bug 1038476",
"url": "https://bugzilla.suse.com/1038476"
},
{
"category": "self",
"summary": "SUSE Bug 1038493",
"url": "https://bugzilla.suse.com/1038493"
},
{
"category": "self",
"summary": "SUSE Bug 1045628",
"url": "https://bugzilla.suse.com/1045628"
},
{
"category": "self",
"summary": "SUSE Bug 1046024",
"url": "https://bugzilla.suse.com/1046024"
},
{
"category": "self",
"summary": "SUSE Bug 1047218",
"url": "https://bugzilla.suse.com/1047218"
},
{
"category": "self",
"summary": "SUSE Bug 1048046",
"url": "https://bugzilla.suse.com/1048046"
},
{
"category": "self",
"summary": "SUSE Bug 1051429",
"url": "https://bugzilla.suse.com/1051429"
},
{
"category": "self",
"summary": "SUSE Bug 1055676",
"url": "https://bugzilla.suse.com/1055676"
},
{
"category": "self",
"summary": "SUSE Bug 1057743",
"url": "https://bugzilla.suse.com/1057743"
},
{
"category": "self",
"summary": "SUSE Bug 1058173",
"url": "https://bugzilla.suse.com/1058173"
},
{
"category": "self",
"summary": "SUSE Bug 1059011",
"url": "https://bugzilla.suse.com/1059011"
},
{
"category": "self",
"summary": "SUSE Bug 1064781",
"url": "https://bugzilla.suse.com/1064781"
},
{
"category": "self",
"summary": "SUSE Bug 1065609",
"url": "https://bugzilla.suse.com/1065609"
},
{
"category": "self",
"summary": "SUSE Bug 1066210",
"url": "https://bugzilla.suse.com/1066210"
},
{
"category": "self",
"summary": "SUSE Bug 1066801",
"url": "https://bugzilla.suse.com/1066801"
},
{
"category": "self",
"summary": "SUSE Bug 1069468",
"url": "https://bugzilla.suse.com/1069468"
},
{
"category": "self",
"summary": "SUSE Bug 1069758",
"url": "https://bugzilla.suse.com/1069758"
},
{
"category": "self",
"summary": "SUSE Bug 1072798",
"url": "https://bugzilla.suse.com/1072798"
},
{
"category": "self",
"summary": "SUSE Bug 1073877",
"url": "https://bugzilla.suse.com/1073877"
},
{
"category": "self",
"summary": "SUSE Bug 1074971",
"url": "https://bugzilla.suse.com/1074971"
},
{
"category": "self",
"summary": "SUSE Bug 1080978",
"url": "https://bugzilla.suse.com/1080978"
},
{
"category": "self",
"summary": "SUSE Bug 1084533",
"url": "https://bugzilla.suse.com/1084533"
},
{
"category": "self",
"summary": "SUSE Bug 1085117",
"url": "https://bugzilla.suse.com/1085117"
},
{
"category": "self",
"summary": "SUSE Bug 1085380",
"url": "https://bugzilla.suse.com/1085380"
},
{
"category": "self",
"summary": "SUSE Bug 1086185",
"url": "https://bugzilla.suse.com/1086185"
},
{
"category": "self",
"summary": "SUSE Bug 1089732",
"url": "https://bugzilla.suse.com/1089732"
},
{
"category": "self",
"summary": "SUSE Bug 1095817",
"url": "https://bugzilla.suse.com/1095817"
},
{
"category": "self",
"summary": "SUSE Bug 1096726",
"url": "https://bugzilla.suse.com/1096726"
},
{
"category": "self",
"summary": "SUSE Bug 1099277",
"url": "https://bugzilla.suse.com/1099277"
},
{
"category": "self",
"summary": "SUSE Bug 1100331",
"url": "https://bugzilla.suse.com/1100331"
},
{
"category": "self",
"summary": "SUSE Bug 1100727",
"url": "https://bugzilla.suse.com/1100727"
},
{
"category": "self",
"summary": "SUSE Bug 1102522",
"url": "https://bugzilla.suse.com/1102522"
},
{
"category": "self",
"summary": "SUSE Bug 1104821",
"url": "https://bugzilla.suse.com/1104821"
},
{
"category": "self",
"summary": "SUSE Bug 1105000",
"url": "https://bugzilla.suse.com/1105000"
},
{
"category": "self",
"summary": "SUSE Bug 1108038",
"url": "https://bugzilla.suse.com/1108038"
},
{
"category": "self",
"summary": "SUSE Bug 1112980",
"url": "https://bugzilla.suse.com/1112980"
},
{
"category": "self",
"summary": "SUSE Bug 1113313",
"url": "https://bugzilla.suse.com/1113313"
},
{
"category": "self",
"summary": "SUSE Bug 1114832",
"url": "https://bugzilla.suse.com/1114832"
},
{
"category": "self",
"summary": "SUSE Bug 1115464",
"url": "https://bugzilla.suse.com/1115464"
},
{
"category": "self",
"summary": "SUSE Bug 1118897",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "self",
"summary": "SUSE Bug 1118898",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "self",
"summary": "SUSE Bug 1118899",
"url": "https://bugzilla.suse.com/1118899"
},
{
"category": "self",
"summary": "SUSE Bug 1118990",
"url": "https://bugzilla.suse.com/1118990"
},
{
"category": "self",
"summary": "SUSE Bug 1119634",
"url": "https://bugzilla.suse.com/1119634"
},
{
"category": "self",
"summary": "SUSE Bug 1121412",
"url": "https://bugzilla.suse.com/1121412"
},
{
"category": "self",
"summary": "SUSE Bug 1121768",
"url": "https://bugzilla.suse.com/1121768"
},
{
"category": "self",
"summary": "SUSE Bug 1122469",
"url": "https://bugzilla.suse.com/1122469"
},
{
"category": "self",
"summary": "SUSE Bug 1124308",
"url": "https://bugzilla.suse.com/1124308"
},
{
"category": "self",
"summary": "SUSE Bug 1128376",
"url": "https://bugzilla.suse.com/1128376"
},
{
"category": "self",
"summary": "SUSE Bug 1128746",
"url": "https://bugzilla.suse.com/1128746"
},
{
"category": "self",
"summary": "SUSE Bug 1134068",
"url": "https://bugzilla.suse.com/1134068"
},
{
"category": "self",
"summary": "SUSE Bug 1138920",
"url": "https://bugzilla.suse.com/1138920"
},
{
"category": "self",
"summary": "SUSE Bug 1139649",
"url": "https://bugzilla.suse.com/1139649"
},
{
"category": "self",
"summary": "SUSE Bug 1142160",
"url": "https://bugzilla.suse.com/1142160"
},
{
"category": "self",
"summary": "SUSE Bug 1142413",
"url": "https://bugzilla.suse.com/1142413"
},
{
"category": "self",
"summary": "SUSE Bug 1143349",
"url": "https://bugzilla.suse.com/1143349"
},
{
"category": "self",
"summary": "SUSE Bug 1150397",
"url": "https://bugzilla.suse.com/1150397"
},
{
"category": "self",
"summary": "SUSE Bug 1153367",
"url": "https://bugzilla.suse.com/1153367"
},
{
"category": "self",
"summary": "SUSE Bug 1157330",
"url": "https://bugzilla.suse.com/1157330"
},
{
"category": "self",
"summary": "SUSE Bug 1158590",
"url": "https://bugzilla.suse.com/1158590"
},
{
"category": "self",
"summary": "SUSE Bug 1170415",
"url": "https://bugzilla.suse.com/1170415"
},
{
"category": "self",
"summary": "SUSE Bug 1170446",
"url": "https://bugzilla.suse.com/1170446"
},
{
"category": "self",
"summary": "SUSE Bug 1172377",
"url": "https://bugzilla.suse.com/1172377"
},
{
"category": "self",
"summary": "SUSE Bug 1174075",
"url": "https://bugzilla.suse.com/1174075"
},
{
"category": "self",
"summary": "SUSE Bug 1175081",
"url": "https://bugzilla.suse.com/1175081"
},
{
"category": "self",
"summary": "SUSE Bug 1176708",
"url": "https://bugzilla.suse.com/1176708"
},
{
"category": "self",
"summary": "SUSE Bug 1178760",
"url": "https://bugzilla.suse.com/1178760"
},
{
"category": "self",
"summary": "SUSE Bug 1178801",
"url": "https://bugzilla.suse.com/1178801"
},
{
"category": "self",
"summary": "SUSE Bug 1180243",
"url": "https://bugzilla.suse.com/1180243"
},
{
"category": "self",
"summary": "SUSE Bug 1180401",
"url": "https://bugzilla.suse.com/1180401"
},
{
"category": "self",
"summary": "SUSE Bug 1181594",
"url": "https://bugzilla.suse.com/1181594"
},
{
"category": "self",
"summary": "SUSE Bug 1181641",
"url": "https://bugzilla.suse.com/1181641"
},
{
"category": "self",
"summary": "SUSE Bug 1181677",
"url": "https://bugzilla.suse.com/1181677"
},
{
"category": "self",
"summary": "SUSE Bug 1181730",
"url": "https://bugzilla.suse.com/1181730"
},
{
"category": "self",
"summary": "SUSE Bug 1181732",
"url": "https://bugzilla.suse.com/1181732"
},
{
"category": "self",
"summary": "SUSE Bug 1182168",
"url": "https://bugzilla.suse.com/1182168"
},
{
"category": "self",
"summary": "SUSE Bug 1182476",
"url": "https://bugzilla.suse.com/1182476"
},
{
"category": "self",
"summary": "SUSE Bug 1182947",
"url": "https://bugzilla.suse.com/1182947"
},
{
"category": "self",
"summary": "SUSE Bug 1183855",
"url": "https://bugzilla.suse.com/1183855"
},
{
"category": "self",
"summary": "SUSE Bug 1184768",
"url": "https://bugzilla.suse.com/1184768"
},
{
"category": "self",
"summary": "SUSE Bug 1188447",
"url": "https://bugzilla.suse.com/1188447"
},
{
"category": "self",
"summary": "SUSE Bug 1190670",
"url": "https://bugzilla.suse.com/1190670"
},
{
"category": "self",
"summary": "SUSE Bug 1191015",
"url": "https://bugzilla.suse.com/1191015"
},
{
"category": "self",
"summary": "SUSE Bug 1191121",
"url": "https://bugzilla.suse.com/1191121"
},
{
"category": "self",
"summary": "SUSE Bug 1191334",
"url": "https://bugzilla.suse.com/1191334"
},
{
"category": "self",
"summary": "SUSE Bug 1191355",
"url": "https://bugzilla.suse.com/1191355"
},
{
"category": "self",
"summary": "SUSE Bug 1191434",
"url": "https://bugzilla.suse.com/1191434"
},
{
"category": "self",
"summary": "SUSE Bug 1192814",
"url": "https://bugzilla.suse.com/1192814"
},
{
"category": "self",
"summary": "SUSE Bug 1193273",
"url": "https://bugzilla.suse.com/1193273"
},
{
"category": "self",
"summary": "SUSE Bug 1193930",
"url": "https://bugzilla.suse.com/1193930"
},
{
"category": "self",
"summary": "SUSE Bug 1197284",
"url": "https://bugzilla.suse.com/1197284"
},
{
"category": "self",
"summary": "SUSE Bug 1197517",
"url": "https://bugzilla.suse.com/1197517"
},
{
"category": "self",
"summary": "SUSE Bug 1200022",
"url": "https://bugzilla.suse.com/1200022"
},
{
"category": "self",
"summary": "SUSE Bug 1200145",
"url": "https://bugzilla.suse.com/1200145"
},
{
"category": "self",
"summary": "SUSE Bug 1205375",
"url": "https://bugzilla.suse.com/1205375"
},
{
"category": "self",
"summary": "SUSE Bug 1206065",
"url": "https://bugzilla.suse.com/1206065"
},
{
"category": "self",
"summary": "SUSE Bug 1208074",
"url": "https://bugzilla.suse.com/1208074"
},
{
"category": "self",
"summary": "SUSE Bug 1210141",
"url": "https://bugzilla.suse.com/1210141"
},
{
"category": "self",
"summary": "SUSE Bug 1210797",
"url": "https://bugzilla.suse.com/1210797"
},
{
"category": "self",
"summary": "SUSE Bug 1211578",
"url": "https://bugzilla.suse.com/1211578"
},
{
"category": "self",
"summary": "SUSE Bug 1212368",
"url": "https://bugzilla.suse.com/1212368"
},
{
"category": "self",
"summary": "SUSE Bug 1213120",
"url": "https://bugzilla.suse.com/1213120"
},
{
"category": "self",
"summary": "SUSE Bug 1213229",
"url": "https://bugzilla.suse.com/1213229"
},
{
"category": "self",
"summary": "SUSE Bug 1213500",
"url": "https://bugzilla.suse.com/1213500"
},
{
"category": "self",
"summary": "SUSE Bug 1214107",
"url": "https://bugzilla.suse.com/1214107"
},
{
"category": "self",
"summary": "SUSE Bug 1214108",
"url": "https://bugzilla.suse.com/1214108"
},
{
"category": "self",
"summary": "SUSE Bug 1214109",
"url": "https://bugzilla.suse.com/1214109"
},
{
"category": "self",
"summary": "SUSE Bug 1215323",
"url": "https://bugzilla.suse.com/1215323"
},
{
"category": "self",
"summary": "SUSE Bug 1217513",
"url": "https://bugzilla.suse.com/1217513"
},
{
"category": "self",
"summary": "SUSE Bug 1219267",
"url": "https://bugzilla.suse.com/1219267"
},
{
"category": "self",
"summary": "SUSE Bug 1219268",
"url": "https://bugzilla.suse.com/1219268"
},
{
"category": "self",
"summary": "SUSE Bug 1219438",
"url": "https://bugzilla.suse.com/1219438"
},
{
"category": "self",
"summary": "SUSE Bug 1240150",
"url": "https://bugzilla.suse.com/1240150"
},
{
"category": "self",
"summary": "SUSE Bug 1247362",
"url": "https://bugzilla.suse.com/1247362"
},
{
"category": "self",
"summary": "SUSE Bug 1250508",
"url": "https://bugzilla.suse.com/1250508"
},
{
"category": "self",
"summary": "SUSE Bug 1250596",
"url": "https://bugzilla.suse.com/1250596"
},
{
"category": "self",
"summary": "SUSE Bug 885209",
"url": "https://bugzilla.suse.com/885209"
},
{
"category": "self",
"summary": "SUSE Bug 907012",
"url": "https://bugzilla.suse.com/907012"
},
{
"category": "self",
"summary": "SUSE Bug 907014",
"url": "https://bugzilla.suse.com/907014"
},
{
"category": "self",
"summary": "SUSE Bug 908033",
"url": "https://bugzilla.suse.com/908033"
},
{
"category": "self",
"summary": "SUSE Bug 909709",
"url": "https://bugzilla.suse.com/909709"
},
{
"category": "self",
"summary": "SUSE Bug 909710",
"url": "https://bugzilla.suse.com/909710"
},
{
"category": "self",
"summary": "SUSE Bug 909712",
"url": "https://bugzilla.suse.com/909712"
},
{
"category": "self",
"summary": "SUSE Bug 913211",
"url": "https://bugzilla.suse.com/913211"
},
{
"category": "self",
"summary": "SUSE Bug 913213",
"url": "https://bugzilla.suse.com/913213"
},
{
"category": "self",
"summary": "SUSE Bug 920645",
"url": "https://bugzilla.suse.com/920645"
},
{
"category": "self",
"summary": "SUSE Bug 930235",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "self",
"summary": "SUSE Bug 931301",
"url": "https://bugzilla.suse.com/931301"
},
{
"category": "self",
"summary": "SUSE Bug 935570",
"url": "https://bugzilla.suse.com/935570"
},
{
"category": "self",
"summary": "SUSE Bug 938156",
"url": "https://bugzilla.suse.com/938156"
},
{
"category": "self",
"summary": "SUSE Bug 942369",
"url": "https://bugzilla.suse.com/942369"
},
{
"category": "self",
"summary": "SUSE Bug 942370",
"url": "https://bugzilla.suse.com/942370"
},
{
"category": "self",
"summary": "SUSE Bug 946653",
"url": "https://bugzilla.suse.com/946653"
},
{
"category": "self",
"summary": "SUSE Bug 949660",
"url": "https://bugzilla.suse.com/949660"
},
{
"category": "self",
"summary": "SUSE Bug 950931",
"url": "https://bugzilla.suse.com/950931"
},
{
"category": "self",
"summary": "SUSE Bug 953182",
"url": "https://bugzilla.suse.com/953182"
},
{
"category": "self",
"summary": "SUSE Bug 954737",
"url": "https://bugzilla.suse.com/954737"
},
{
"category": "self",
"summary": "SUSE Bug 954797",
"url": "https://bugzilla.suse.com/954797"
},
{
"category": "self",
"summary": "SUSE Bug 954812",
"url": "https://bugzilla.suse.com/954812"
},
{
"category": "self",
"summary": "SUSE Bug 956434",
"url": "https://bugzilla.suse.com/956434"
},
{
"category": "self",
"summary": "SUSE Bug 958255",
"url": "https://bugzilla.suse.com/958255"
},
{
"category": "self",
"summary": "SUSE Bug 959405",
"url": "https://bugzilla.suse.com/959405"
},
{
"category": "self",
"summary": "SUSE Bug 963142",
"url": "https://bugzilla.suse.com/963142"
},
{
"category": "self",
"summary": "SUSE Bug 964468",
"url": "https://bugzilla.suse.com/964468"
},
{
"category": "self",
"summary": "SUSE Bug 964673",
"url": "https://bugzilla.suse.com/964673"
},
{
"category": "self",
"summary": "SUSE Bug 965600",
"url": "https://bugzilla.suse.com/965600"
},
{
"category": "self",
"summary": "SUSE Bug 965918",
"url": "https://bugzilla.suse.com/965918"
},
{
"category": "self",
"summary": "SUSE Bug 968933",
"url": "https://bugzilla.suse.com/968933"
},
{
"category": "self",
"summary": "SUSE Bug 968972",
"url": "https://bugzilla.suse.com/968972"
},
{
"category": "self",
"summary": "SUSE Bug 970637",
"url": "https://bugzilla.suse.com/970637"
},
{
"category": "self",
"summary": "SUSE Bug 974208",
"url": "https://bugzilla.suse.com/974208"
},
{
"category": "self",
"summary": "SUSE Bug 976777",
"url": "https://bugzilla.suse.com/976777"
},
{
"category": "self",
"summary": "SUSE Bug 977394",
"url": "https://bugzilla.suse.com/977394"
},
{
"category": "self",
"summary": "SUSE Bug 978260",
"url": "https://bugzilla.suse.com/978260"
},
{
"category": "self",
"summary": "SUSE Bug 980555",
"url": "https://bugzilla.suse.com/980555"
},
{
"category": "self",
"summary": "SUSE Bug 983015",
"url": "https://bugzilla.suse.com/983015"
},
{
"category": "self",
"summary": "SUSE Bug 984942",
"url": "https://bugzilla.suse.com/984942"
},
{
"category": "self",
"summary": "SUSE Bug 987198",
"url": "https://bugzilla.suse.com/987198"
},
{
"category": "self",
"summary": "SUSE Bug 988408",
"url": "https://bugzilla.suse.com/988408"
},
{
"category": "self",
"summary": "SUSE Bug 988707",
"url": "https://bugzilla.suse.com/988707"
},
{
"category": "self",
"summary": "SUSE Bug 989566",
"url": "https://bugzilla.suse.com/989566"
},
{
"category": "self",
"summary": "SUSE Bug 993847",
"url": "https://bugzilla.suse.com/993847"
},
{
"category": "self",
"summary": "SUSE Bug 995058",
"url": "https://bugzilla.suse.com/995058"
},
{
"category": "self",
"summary": "SUSE Bug 995102",
"url": "https://bugzilla.suse.com/995102"
},
{
"category": "self",
"summary": "SUSE Bug 995620",
"url": "https://bugzilla.suse.com/995620"
},
{
"category": "self",
"summary": "SUSE Bug 996015",
"url": "https://bugzilla.suse.com/996015"
},
{
"category": "self",
"summary": "SUSE Bug 999582",
"url": "https://bugzilla.suse.com/999582"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-3499 page",
"url": "https://www.suse.com/security/cve/CVE-2014-3499/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-5277 page",
"url": "https://www.suse.com/security/cve/CVE-2014-5277/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-6407 page",
"url": "https://www.suse.com/security/cve/CVE-2014-6407/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-6408 page",
"url": "https://www.suse.com/security/cve/CVE-2014-6408/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-8178 page",
"url": "https://www.suse.com/security/cve/CVE-2014-8178/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-8179 page",
"url": "https://www.suse.com/security/cve/CVE-2014-8179/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-9356 page",
"url": "https://www.suse.com/security/cve/CVE-2014-9356/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-9357 page",
"url": "https://www.suse.com/security/cve/CVE-2014-9357/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-9358 page",
"url": "https://www.suse.com/security/cve/CVE-2014-9358/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3627 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3627/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3629 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3629/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3630 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3630/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3631 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3631/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-3697 page",
"url": "https://www.suse.com/security/cve/CVE-2016-3697/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-8867 page",
"url": "https://www.suse.com/security/cve/CVE-2016-8867/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-9962 page",
"url": "https://www.suse.com/security/cve/CVE-2016-9962/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-14992 page",
"url": "https://www.suse.com/security/cve/CVE-2017-14992/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-16539 page",
"url": "https://www.suse.com/security/cve/CVE-2017-16539/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-10892 page",
"url": "https://www.suse.com/security/cve/CVE-2018-10892/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-15664 page",
"url": "https://www.suse.com/security/cve/CVE-2018-15664/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16873 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16873/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16874 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16874/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16875 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16875/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-20699 page",
"url": "https://www.suse.com/security/cve/CVE-2018-20699/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-13509 page",
"url": "https://www.suse.com/security/cve/CVE-2019-13509/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14271 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14271/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-12912 page",
"url": "https://www.suse.com/security/cve/CVE-2020-12912/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-13401 page",
"url": "https://www.suse.com/security/cve/CVE-2020-13401/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15257 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15257/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8694 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8694/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8695 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8695/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21284 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21284/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21285 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21285/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41089 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41089/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41091 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41091/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41092 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41092/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41103 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41103/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-41190 page",
"url": "https://www.suse.com/security/cve/CVE-2021-41190/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-43565 page",
"url": "https://www.suse.com/security/cve/CVE-2021-43565/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24769 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24769/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-27191 page",
"url": "https://www.suse.com/security/cve/CVE-2022-27191/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-36109 page",
"url": "https://www.suse.com/security/cve/CVE-2022-36109/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-28840 page",
"url": "https://www.suse.com/security/cve/CVE-2023-28840/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-28841 page",
"url": "https://www.suse.com/security/cve/CVE-2023-28841/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-28842 page",
"url": "https://www.suse.com/security/cve/CVE-2023-28842/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23650 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23651 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23651/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23652 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23652/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-23653 page",
"url": "https://www.suse.com/security/cve/CVE-2024-23653/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-29018 page",
"url": "https://www.suse.com/security/cve/CVE-2024-29018/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41110 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41110/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
}
],
"title": "Security update for docker-stable",
"tracking": {
"current_release_date": "2025-10-10T19:04:02Z",
"generator": {
"date": "2025-10-10T19:04:02Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03540-1",
"initial_release_date": "2025-10-10T19:04:02Z",
"revision_history": [
{
"date": "2025-10-10T19:04:02Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.20.1.aarch64",
"product": {
"name": "docker-stable-24.0.9_ce-1.20.1.aarch64",
"product_id": "docker-stable-24.0.9_ce-1.20.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.20.1.i586",
"product": {
"name": "docker-stable-24.0.9_ce-1.20.1.i586",
"product_id": "docker-stable-24.0.9_ce-1.20.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"product": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"product_id": "docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-fish-completion-24.0.9_ce-1.20.1.noarch",
"product": {
"name": "docker-stable-fish-completion-24.0.9_ce-1.20.1.noarch",
"product_id": "docker-stable-fish-completion-24.0.9_ce-1.20.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-rootless-extras-24.0.9_ce-1.20.1.noarch",
"product": {
"name": "docker-stable-rootless-extras-24.0.9_ce-1.20.1.noarch",
"product_id": "docker-stable-rootless-extras-24.0.9_ce-1.20.1.noarch"
}
},
{
"category": "product_version",
"name": "docker-stable-zsh-completion-24.0.9_ce-1.20.1.noarch",
"product": {
"name": "docker-stable-zsh-completion-24.0.9_ce-1.20.1.noarch",
"product_id": "docker-stable-zsh-completion-24.0.9_ce-1.20.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.20.1.ppc64le",
"product": {
"name": "docker-stable-24.0.9_ce-1.20.1.ppc64le",
"product_id": "docker-stable-24.0.9_ce-1.20.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.20.1.s390x",
"product": {
"name": "docker-stable-24.0.9_ce-1.20.1.s390x",
"product_id": "docker-stable-24.0.9_ce-1.20.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-stable-24.0.9_ce-1.20.1.x86_64",
"product": {
"name": "docker-stable-24.0.9_ce-1.20.1.x86_64",
"product_id": "docker-stable-24.0.9_ce-1.20.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.20.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64"
},
"product_reference": "docker-stable-24.0.9_ce-1.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.20.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le"
},
"product_reference": "docker-stable-24.0.9_ce-1.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.20.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x"
},
"product_reference": "docker-stable-24.0.9_ce-1.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.20.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-1.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-24.0.9_ce-1.20.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64"
},
"product_reference": "docker-stable-24.0.9_ce-1.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
},
"product_reference": "docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2014-3499",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-3499"
}
],
"notes": [
{
"category": "general",
"text": "Docker 1.0.0 uses world-readable and world-writable permissions on the management socket, which allows local users to gain privileges via unspecified vectors.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-3499",
"url": "https://www.suse.com/security/cve/CVE-2014-3499"
},
{
"category": "external",
"summary": "SUSE Bug 885209 for CVE-2014-3499",
"url": "https://bugzilla.suse.com/885209"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2014-3499"
},
{
"cve": "CVE-2014-5277",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-5277"
}
],
"notes": [
{
"category": "general",
"text": "Docker before 1.3.1 and docker-py before 0.5.3 fall back to HTTP when the HTTPS connection to the registry fails, which allows man-in-the-middle attackers to conduct downgrade attacks and obtain authentication and image data by leveraging a network position between the client and the registry to block HTTPS traffic.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-5277",
"url": "https://www.suse.com/security/cve/CVE-2014-5277"
},
{
"category": "external",
"summary": "SUSE Bug 904165 for CVE-2014-5277",
"url": "https://bugzilla.suse.com/904165"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2014-5277"
},
{
"cve": "CVE-2014-6407",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-6407"
}
],
"notes": [
{
"category": "general",
"text": "Docker before 1.3.2 allows remote attackers to write to arbitrary files and execute arbitrary code via a (1) symlink or (2) hard link attack in an image archive in a (a) pull or (b) load operation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-6407",
"url": "https://www.suse.com/security/cve/CVE-2014-6407"
},
{
"category": "external",
"summary": "SUSE Bug 907012 for CVE-2014-6407",
"url": "https://bugzilla.suse.com/907012"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2014-6407"
},
{
"cve": "CVE-2014-6408",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-6408"
}
],
"notes": [
{
"category": "general",
"text": "Docker 1.3.0 through 1.3.1 allows remote attackers to modify the default run profile of image containers and possibly bypass the container by applying unspecified security options to an image.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-6408",
"url": "https://www.suse.com/security/cve/CVE-2014-6408"
},
{
"category": "external",
"summary": "SUSE Bug 907014 for CVE-2014-6408",
"url": "https://bugzilla.suse.com/907014"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2014-6408"
},
{
"cve": "CVE-2014-8178",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-8178"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 1.8.3 and CS Docker Engine before 1.6.2-CS7 do not use a globally unique identifier to store image layers, which makes it easier for attackers to poison the image cache via a crafted image in pull or push commands.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-8178",
"url": "https://www.suse.com/security/cve/CVE-2014-8178"
},
{
"category": "external",
"summary": "SUSE Bug 949660 for CVE-2014-8178",
"url": "https://bugzilla.suse.com/949660"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2014-8178"
},
{
"cve": "CVE-2014-8179",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-8179"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 1.8.3 and CS Docker Engine before 1.6.2-CS7 does not properly validate and extract the manifest object from its JSON representation during a pull, which allows attackers to inject new attributes in a JSON object and bypass pull-by-digest validation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-8179",
"url": "https://www.suse.com/security/cve/CVE-2014-8179"
},
{
"category": "external",
"summary": "SUSE Bug 949660 for CVE-2014-8179",
"url": "https://bugzilla.suse.com/949660"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2014-8179"
},
{
"cve": "CVE-2014-9356",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-9356"
}
],
"notes": [
{
"category": "general",
"text": "Path traversal vulnerability in Docker before 1.3.3 allows remote attackers to write to arbitrary files and bypass a container protection mechanism via a full pathname in a symlink in an (1) image or (2) build in a Dockerfile.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-9356",
"url": "https://www.suse.com/security/cve/CVE-2014-9356"
},
{
"category": "external",
"summary": "SUSE Bug 909710 for CVE-2014-9356",
"url": "https://bugzilla.suse.com/909710"
},
{
"category": "external",
"summary": "SUSE Bug 909712 for CVE-2014-9356",
"url": "https://bugzilla.suse.com/909712"
},
{
"category": "external",
"summary": "SUSE Bug 909747 for CVE-2014-9356",
"url": "https://bugzilla.suse.com/909747"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2014-9356"
},
{
"cve": "CVE-2014-9357",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-9357"
}
],
"notes": [
{
"category": "general",
"text": "Docker 1.3.2 allows remote attackers to execute arbitrary code with root privileges via a crafted (1) image or (2) build in a Dockerfile in an LZMA (.xz) archive, related to the chroot for archive extraction.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-9357",
"url": "https://www.suse.com/security/cve/CVE-2014-9357"
},
{
"category": "external",
"summary": "SUSE Bug 909710 for CVE-2014-9357",
"url": "https://bugzilla.suse.com/909710"
},
{
"category": "external",
"summary": "SUSE Bug 909747 for CVE-2014-9357",
"url": "https://bugzilla.suse.com/909747"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2014-9357"
},
{
"cve": "CVE-2014-9358",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-9358"
}
],
"notes": [
{
"category": "general",
"text": "Docker before 1.3.3 does not properly validate image IDs, which allows remote attackers to conduct path traversal attacks and spoof repositories via a crafted image in a (1) \"docker load\" operation or (2) \"registry communications.\"",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-9358",
"url": "https://www.suse.com/security/cve/CVE-2014-9358"
},
{
"category": "external",
"summary": "SUSE Bug 909709 for CVE-2014-9358",
"url": "https://bugzilla.suse.com/909709"
},
{
"category": "external",
"summary": "SUSE Bug 909747 for CVE-2014-9358",
"url": "https://bugzilla.suse.com/909747"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2014-9358"
},
{
"cve": "CVE-2015-3627",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3627"
}
],
"notes": [
{
"category": "general",
"text": "Libcontainer and Docker Engine before 1.6.1 opens the file-descriptor passed to the pid-1 process before performing the chroot, which allows local users to gain privileges via a symlink attack in an image.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3627",
"url": "https://www.suse.com/security/cve/CVE-2015-3627"
},
{
"category": "external",
"summary": "SUSE Bug 930235 for CVE-2015-3627",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "external",
"summary": "SUSE Bug 945060 for CVE-2015-3627",
"url": "https://bugzilla.suse.com/945060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "low"
}
],
"title": "CVE-2015-3627"
},
{
"cve": "CVE-2015-3629",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3629"
}
],
"notes": [
{
"category": "general",
"text": "Libcontainer 1.6.0, as used in Docker Engine, allows local users to escape containerization (\"mount namespace breakout\") and write to arbitrary file on the host system via a symlink attack in an image when respawning a container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3629",
"url": "https://www.suse.com/security/cve/CVE-2015-3629"
},
{
"category": "external",
"summary": "SUSE Bug 930235 for CVE-2015-3629",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "external",
"summary": "SUSE Bug 945060 for CVE-2015-3629",
"url": "https://bugzilla.suse.com/945060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2015-3629"
},
{
"cve": "CVE-2015-3630",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3630"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 1.6.1 uses weak permissions for (1) /proc/asound, (2) /proc/timer_stats, (3) /proc/latency_stats, and (4) /proc/fs, which allows local users to modify the host, obtain sensitive information, and perform protocol downgrade attacks via a crafted image.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3630",
"url": "https://www.suse.com/security/cve/CVE-2015-3630"
},
{
"category": "external",
"summary": "SUSE Bug 930235 for CVE-2015-3630",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "external",
"summary": "SUSE Bug 945060 for CVE-2015-3630",
"url": "https://bugzilla.suse.com/945060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2015-3630"
},
{
"cve": "CVE-2015-3631",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3631"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 1.6.1 allows local users to set arbitrary Linux Security Modules (LSM) and docker_t policies via an image that allows volumes to override files in /proc.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3631",
"url": "https://www.suse.com/security/cve/CVE-2015-3631"
},
{
"category": "external",
"summary": "SUSE Bug 930235 for CVE-2015-3631",
"url": "https://bugzilla.suse.com/930235"
},
{
"category": "external",
"summary": "SUSE Bug 945060 for CVE-2015-3631",
"url": "https://bugzilla.suse.com/945060"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2015-3631"
},
{
"cve": "CVE-2016-3697",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-3697"
}
],
"notes": [
{
"category": "general",
"text": "libcontainer/user/user.go in runC before 0.1.0, as used in Docker before 1.11.2, improperly treats a numeric UID as a potential username, which allows local users to gain privileges via a numeric username in the password file in a container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-3697",
"url": "https://www.suse.com/security/cve/CVE-2016-3697"
},
{
"category": "external",
"summary": "SUSE Bug 976777 for CVE-2016-3697",
"url": "https://bugzilla.suse.com/976777"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2016-3697"
},
{
"cve": "CVE-2016-8867",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-8867"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine 1.12.2 enabled ambient capabilities with misconfigured capability policies. This allowed malicious images to bypass user permissions to access files within the container filesystem or mounted volumes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-8867",
"url": "https://www.suse.com/security/cve/CVE-2016-8867"
},
{
"category": "external",
"summary": "SUSE Bug 1007249 for CVE-2016-8867",
"url": "https://bugzilla.suse.com/1007249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2016-8867"
},
{
"cve": "CVE-2016-9962",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-9962"
}
],
"notes": [
{
"category": "general",
"text": "RunC allowed additional container processes via \u0027runc exec\u0027 to be ptraced by the pid 1 of the container. This allows the main processes of the container, if running as root, to gain access to file-descriptors of these new processes during the initialization and can lead to container escapes or modification of runC state before the process is fully placed inside the container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-9962",
"url": "https://www.suse.com/security/cve/CVE-2016-9962"
},
{
"category": "external",
"summary": "SUSE Bug 1012568 for CVE-2016-9962",
"url": "https://bugzilla.suse.com/1012568"
},
{
"category": "external",
"summary": "SUSE Bug 1173425 for CVE-2016-9962",
"url": "https://bugzilla.suse.com/1173425"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2016-9962"
},
{
"cve": "CVE-2017-14992",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-14992"
}
],
"notes": [
{
"category": "general",
"text": "Lack of content verification in Docker-CE (Also known as Moby) versions 1.12.6-0, 1.10.3, 17.03.0, 17.03.1, 17.03.2, 17.06.0, 17.06.1, 17.06.2, 17.09.0, and earlier allows a remote attacker to cause a Denial of Service via a crafted image layer payload, aka gzip bombing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-14992",
"url": "https://www.suse.com/security/cve/CVE-2017-14992"
},
{
"category": "external",
"summary": "SUSE Bug 1066210 for CVE-2017-14992",
"url": "https://bugzilla.suse.com/1066210"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2017-14992"
},
{
"cve": "CVE-2017-16539",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-16539"
}
],
"notes": [
{
"category": "general",
"text": "The DefaultLinuxSpec function in oci/defaults.go in Docker Moby through 17.03.2-ce does not block /proc/scsi pathnames, which allows attackers to trigger data loss (when certain older Linux kernels are used) by leveraging Docker container access to write a \"scsi remove-single-device\" line to /proc/scsi/scsi, aka SCSI MICDROP.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-16539",
"url": "https://www.suse.com/security/cve/CVE-2017-16539"
},
{
"category": "external",
"summary": "SUSE Bug 1066801 for CVE-2017-16539",
"url": "https://bugzilla.suse.com/1066801"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2017-16539"
},
{
"cve": "CVE-2018-10892",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-10892"
}
],
"notes": [
{
"category": "general",
"text": "The default OCI linux spec in oci/defaults{_linux}.go in Docker/Moby from 1.11 to current does not block /proc/acpi pathnames. The flaw allows an attacker to modify host\u0027s hardware like enabling/disabling bluetooth or turning up/down keyboard brightness.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-10892",
"url": "https://www.suse.com/security/cve/CVE-2018-10892"
},
{
"category": "external",
"summary": "SUSE Bug 1100331 for CVE-2018-10892",
"url": "https://bugzilla.suse.com/1100331"
},
{
"category": "external",
"summary": "SUSE Bug 1100838 for CVE-2018-10892",
"url": "https://bugzilla.suse.com/1100838"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2018-10892"
},
{
"cve": "CVE-2018-15664",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-15664"
}
],
"notes": [
{
"category": "general",
"text": "In Docker through 18.06.1-ce-rc2, the API endpoints behind the \u0027docker cp\u0027 command are vulnerable to a symlink-exchange attack with Directory Traversal, giving attackers arbitrary read-write access to the host filesystem with root privileges, because daemon/archive.go does not do archive operations on a frozen filesystem (or from within a chroot).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-15664",
"url": "https://www.suse.com/security/cve/CVE-2018-15664"
},
{
"category": "external",
"summary": "SUSE Bug 1096726 for CVE-2018-15664",
"url": "https://bugzilla.suse.com/1096726"
},
{
"category": "external",
"summary": "SUSE Bug 1139649 for CVE-2018-15664",
"url": "https://bugzilla.suse.com/1139649"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2018-15664"
},
{
"cve": "CVE-2018-16873",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16873"
}
],
"notes": [
{
"category": "general",
"text": "In Go before 1.10.6 and 1.11.x before 1.11.3, the \"go get\" command is vulnerable to remote code execution when executed with the -u flag and the import path of a malicious Go package, or a package that imports it directly or indirectly. Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). Using custom domains, it\u0027s possible to arrange things so that a Git repository is cloned to a folder named \".git\" by using a vanity import path that ends with \"/.git\". If the Git repository root contains a \"HEAD\" file, a \"config\" file, an \"objects\" directory, a \"refs\" directory, with some work to ensure the proper ordering of operations, \"go get -u\" can be tricked into considering the parent directory as a repository root, and running Git commands on it. That will use the \"config\" file in the original Git repository root for its configuration, and if that config file contains malicious commands, they will execute on the system running \"go get -u\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16873",
"url": "https://www.suse.com/security/cve/CVE-2018-16873"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2018-16873"
},
{
"cve": "CVE-2018-16874",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16874"
}
],
"notes": [
{
"category": "general",
"text": "In Go before 1.10.6 and 1.11.x before 1.11.3, the \"go get\" command is vulnerable to directory traversal when executed with the import path of a malicious Go package which contains curly braces (both \u0027{\u0027 and \u0027}\u0027 characters). Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). The attacker can cause an arbitrary filesystem write, which can lead to code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16874",
"url": "https://www.suse.com/security/cve/CVE-2018-16874"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2018-16874"
},
{
"cve": "CVE-2018-16875",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16875"
}
],
"notes": [
{
"category": "general",
"text": "The crypto/x509 package of Go before 1.10.6 and 1.11.x before 1.11.3 does not limit the amount of work performed for each chain verification, which might allow attackers to craft pathological inputs leading to a CPU denial of service. Go TLS servers accepting client certificates and TLS clients are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16875",
"url": "https://www.suse.com/security/cve/CVE-2018-16875"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2018-16875"
},
{
"cve": "CVE-2018-20699",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-20699"
}
],
"notes": [
{
"category": "general",
"text": "Docker Engine before 18.09 allows attackers to cause a denial of service (dockerd memory consumption) via a large integer in a --cpuset-mems or --cpuset-cpus value, related to daemon/daemon_unix.go, pkg/parsers/parsers.go, and pkg/sysinfo/sysinfo.go.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-20699",
"url": "https://www.suse.com/security/cve/CVE-2018-20699"
},
{
"category": "external",
"summary": "SUSE Bug 1121768 for CVE-2018-20699",
"url": "https://bugzilla.suse.com/1121768"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2018-20699"
},
{
"cve": "CVE-2019-13509",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-13509"
}
],
"notes": [
{
"category": "general",
"text": "In Docker CE and EE before 18.09.8 (as well as Docker EE before 17.06.2-ee-23 and 18.x before 18.03.1-ee-10), Docker Engine in debug mode may sometimes add secrets to the debug log. This applies to a scenario where docker stack deploy is run to redeploy a stack that includes (non external) secrets. It potentially applies to other API users of the stack API if they resend the secret.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-13509",
"url": "https://www.suse.com/security/cve/CVE-2019-13509"
},
{
"category": "external",
"summary": "SUSE Bug 1142160 for CVE-2019-13509",
"url": "https://bugzilla.suse.com/1142160"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2019-13509"
},
{
"cve": "CVE-2019-14271",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14271"
}
],
"notes": [
{
"category": "general",
"text": "In Docker 19.03.x before 19.03.1 linked against the GNU C Library (aka glibc), code injection can occur when the nsswitch facility dynamically loads a library inside a chroot that contains the contents of the container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14271",
"url": "https://www.suse.com/security/cve/CVE-2019-14271"
},
{
"category": "external",
"summary": "SUSE Bug 1143409 for CVE-2019-14271",
"url": "https://bugzilla.suse.com/1143409"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2019-14271"
},
{
"cve": "CVE-2020-12912",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-12912"
}
],
"notes": [
{
"category": "general",
"text": "A potential vulnerability in the AMD extension to Linux \"hwmon\" service may allow an attacker to use the Linux-based Running Average Power Limit (RAPL) interface to show various side channel attacks. In line with industry partners, AMD has updated the RAPL interface to require privileged access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-12912",
"url": "https://www.suse.com/security/cve/CVE-2020-12912"
},
{
"category": "external",
"summary": "SUSE Bug 1178760 for CVE-2020-12912",
"url": "https://bugzilla.suse.com/1178760"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2020-12912"
},
{
"cve": "CVE-2020-13401",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-13401"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Docker Engine before 19.03.11. An attacker in a container, with the CAP_NET_RAW capability, can craft IPv6 router advertisements, and consequently spoof external IPv6 hosts, obtain sensitive information, or cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-13401",
"url": "https://www.suse.com/security/cve/CVE-2020-13401"
},
{
"category": "external",
"summary": "SUSE Bug 1172375 for CVE-2020-13401",
"url": "https://bugzilla.suse.com/1172375"
},
{
"category": "external",
"summary": "SUSE Bug 1172377 for CVE-2020-13401",
"url": "https://bugzilla.suse.com/1172377"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2020-13401"
},
{
"cve": "CVE-2020-15257",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15257"
}
],
"notes": [
{
"category": "general",
"text": "containerd is an industry-standard container runtime and is available as a daemon for Linux and Windows. In containerd before versions 1.3.9 and 1.4.3, the containerd-shim API is improperly exposed to host network containers. Access controls for the shim\u0027s API socket verified that the connecting process had an effective UID of 0, but did not otherwise restrict access to the abstract Unix domain socket. This would allow malicious containers running in the same network namespace as the shim, with an effective UID of 0 but otherwise reduced privileges, to cause new processes to be run with elevated privileges. This vulnerability has been fixed in containerd 1.3.9 and 1.4.3. Users should update to these versions as soon as they are released. It should be noted that containers started with an old version of containerd-shim should be stopped and restarted, as running containers will continue to be vulnerable even after an upgrade. If you are not providing the ability for untrusted users to start containers in the same network namespace as the shim (typically the \"host\" network namespace, for example with docker run --net=host or hostNetwork: true in a Kubernetes pod) and run with an effective UID of 0, you are not vulnerable to this issue. If you are running containers with a vulnerable configuration, you can deny access to all abstract sockets with AppArmor by adding a line similar to deny unix addr=@**, to your policy. It is best practice to run containers with a reduced set of privileges, with a non-zero UID, and with isolated namespaces. The containerd maintainers strongly advise against sharing namespaces with the host. Reducing the set of isolation mechanisms used for a container necessarily increases that container\u0027s privilege, regardless of what container runtime is used for running that container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15257",
"url": "https://www.suse.com/security/cve/CVE-2020-15257"
},
{
"category": "external",
"summary": "SUSE Bug 1178969 for CVE-2020-15257",
"url": "https://bugzilla.suse.com/1178969"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2020-15257"
},
{
"cve": "CVE-2020-8694",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8694"
}
],
"notes": [
{
"category": "general",
"text": "Insufficient access control in the Linux kernel driver for some Intel(R) Processors may allow an authenticated user to potentially enable information disclosure via local access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8694",
"url": "https://www.suse.com/security/cve/CVE-2020-8694"
},
{
"category": "external",
"summary": "SUSE Bug 1170415 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1170415"
},
{
"category": "external",
"summary": "SUSE Bug 1170446 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1170446"
},
{
"category": "external",
"summary": "SUSE Bug 1178591 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1178591"
},
{
"category": "external",
"summary": "SUSE Bug 1178700 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1178700"
},
{
"category": "external",
"summary": "SUSE Bug 1179661 for CVE-2020-8694",
"url": "https://bugzilla.suse.com/1179661"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2020-8694"
},
{
"cve": "CVE-2020-8695",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8695"
}
],
"notes": [
{
"category": "general",
"text": "Observable discrepancy in the RAPL interface for some Intel(R) Processors may allow a privileged user to potentially enable information disclosure via local access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8695",
"url": "https://www.suse.com/security/cve/CVE-2020-8695"
},
{
"category": "external",
"summary": "SUSE Bug 1170415 for CVE-2020-8695",
"url": "https://bugzilla.suse.com/1170415"
},
{
"category": "external",
"summary": "SUSE Bug 1170446 for CVE-2020-8695",
"url": "https://bugzilla.suse.com/1170446"
},
{
"category": "external",
"summary": "SUSE Bug 1178591 for CVE-2020-8695",
"url": "https://bugzilla.suse.com/1178591"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2020-8695"
},
{
"cve": "CVE-2021-21284",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21284"
}
],
"notes": [
{
"category": "general",
"text": "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using \"--userns-remap\", if the root user in the remapped namespace has access to the host filesystem they can modify files under \"/var/lib/docker/\u003cremapping\u003e\" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21284",
"url": "https://www.suse.com/security/cve/CVE-2021-21284"
},
{
"category": "external",
"summary": "SUSE Bug 1181732 for CVE-2021-21284",
"url": "https://bugzilla.suse.com/1181732"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "low"
}
],
"title": "CVE-2021-21284"
},
{
"cve": "CVE-2021-21285",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21285"
}
],
"notes": [
{
"category": "general",
"text": "In Docker before versions 9.03.15, 20.10.3 there is a vulnerability in which pulling an intentionally malformed Docker image manifest crashes the dockerd daemon. Versions 20.10.3 and 19.03.15 contain patches that prevent the daemon from crashing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21285",
"url": "https://www.suse.com/security/cve/CVE-2021-21285"
},
{
"category": "external",
"summary": "SUSE Bug 1181730 for CVE-2021-21285",
"url": "https://bugzilla.suse.com/1181730"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2021-21285"
},
{
"cve": "CVE-2021-41089",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41089"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker to enable software containerization. A bug was found in Moby (Docker Engine) where attempting to copy files using `docker cp` into a specially-crafted container can result in Unix file permission changes for existing files in the host\u0027s filesystem, widening access to others. This bug does not directly allow files to be read, modified, or executed without an additional cooperating process. This bug has been fixed in Moby (Docker Engine) 20.10.9. Users should update to this version as soon as possible. Running containers do not need to be restarted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41089",
"url": "https://www.suse.com/security/cve/CVE-2021-41089"
},
{
"category": "external",
"summary": "SUSE Bug 1191015 for CVE-2021-41089",
"url": "https://bugzilla.suse.com/1191015"
},
{
"category": "external",
"summary": "SUSE Bug 1191355 for CVE-2021-41089",
"url": "https://bugzilla.suse.com/1191355"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.6,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2021-41089"
},
{
"cve": "CVE-2021-41091",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41091"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker to enable software containerization. A bug was found in Moby (Docker Engine) where the data directory (typically `/var/lib/docker`) contained subdirectories with insufficiently restricted permissions, allowing otherwise unprivileged Linux users to traverse directory contents and execute programs. When containers included executable programs with extended permission bits (such as `setuid`), unprivileged Linux users could discover and execute those programs. When the UID of an unprivileged Linux user on the host collided with the file owner or group inside a container, the unprivileged Linux user on the host could discover, read, and modify those files. This bug has been fixed in Moby (Docker Engine) 20.10.9. Users should update to this version as soon as possible. Running containers should be stopped and restarted for the permissions to be fixed. For users unable to upgrade limit access to the host to trusted users. Limit access to host volumes to trusted containers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41091",
"url": "https://www.suse.com/security/cve/CVE-2021-41091"
},
{
"category": "external",
"summary": "SUSE Bug 1191355 for CVE-2021-41091",
"url": "https://bugzilla.suse.com/1191355"
},
{
"category": "external",
"summary": "SUSE Bug 1191434 for CVE-2021-41091",
"url": "https://bugzilla.suse.com/1191434"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2021-41091"
},
{
"cve": "CVE-2021-41092",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41092"
}
],
"notes": [
{
"category": "general",
"text": "Docker CLI is the command line interface for the docker container runtime. A bug was found in the Docker CLI where running `docker login my-private-registry.example.com` with a misconfigured configuration file (typically `~/.docker/config.json`) listing a `credsStore` or `credHelpers` that could not be executed would result in any provided credentials being sent to `registry-1.docker.io` rather than the intended private registry. This bug has been fixed in Docker CLI 20.10.9. Users should update to this version as soon as possible. For users unable to update ensure that any configured credsStore or credHelpers entries in the configuration file reference an installed credential helper that is executable and on the PATH.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41092",
"url": "https://www.suse.com/security/cve/CVE-2021-41092"
},
{
"category": "external",
"summary": "SUSE Bug 1191334 for CVE-2021-41092",
"url": "https://bugzilla.suse.com/1191334"
},
{
"category": "external",
"summary": "SUSE Bug 1191355 for CVE-2021-41092",
"url": "https://bugzilla.suse.com/1191355"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2021-41092"
},
{
"cve": "CVE-2021-41103",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41103"
}
],
"notes": [
{
"category": "general",
"text": "containerd is an open source container runtime with an emphasis on simplicity, robustness and portability. A bug was found in containerd where container root directories and some plugins had insufficiently restricted permissions, allowing otherwise unprivileged Linux users to traverse directory contents and execute programs. When containers included executable programs with extended permission bits (such as setuid), unprivileged Linux users could discover and execute those programs. When the UID of an unprivileged Linux user on the host collided with the file owner or group inside a container, the unprivileged Linux user on the host could discover, read, and modify those files. This vulnerability has been fixed in containerd 1.4.11 and containerd 1.5.7. Users should update to these version when they are released and may restart containers or update directory permissions to mitigate the vulnerability. Users unable to update should limit access to the host to trusted users. Update directory permission on container bundles directories.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41103",
"url": "https://www.suse.com/security/cve/CVE-2021-41103"
},
{
"category": "external",
"summary": "SUSE Bug 1191121 for CVE-2021-41103",
"url": "https://bugzilla.suse.com/1191121"
},
{
"category": "external",
"summary": "SUSE Bug 1191355 for CVE-2021-41103",
"url": "https://bugzilla.suse.com/1191355"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2021-41103"
},
{
"cve": "CVE-2021-41190",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-41190"
}
],
"notes": [
{
"category": "general",
"text": "The OCI Distribution Spec project defines an API protocol to facilitate and standardize the distribution of content. In the OCI Distribution Specification version 1.0.0 and prior, the Content-Type header alone was used to determine the type of document during push and pull operations. Documents that contain both \"manifests\" and \"layers\" fields could be interpreted as either a manifest or an index in the absence of an accompanying Content-Type header. If a Content-Type header changed between two pulls of the same digest, a client may interpret the resulting content differently. The OCI Distribution Specification has been updated to require that a mediaType value present in a manifest or index match the Content-Type header used during the push and pull operations. Clients pulling from a registry may distrust the Content-Type header and reject an ambiguous document that contains both \"manifests\" and \"layers\" fields or \"manifests\" and \"config\" fields if they are unable to update to version 1.0.1 of the spec.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-41190",
"url": "https://www.suse.com/security/cve/CVE-2021-41190"
},
{
"category": "external",
"summary": "SUSE Bug 1193273 for CVE-2021-41190",
"url": "https://bugzilla.suse.com/1193273"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2021-41190"
},
{
"cve": "CVE-2021-43565",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-43565"
}
],
"notes": [
{
"category": "general",
"text": "The x/crypto/ssh package before 0.0.0-20211202192323-5770296d904e of golang.org/x/crypto allows an attacker to panic an SSH server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-43565",
"url": "https://www.suse.com/security/cve/CVE-2021-43565"
},
{
"category": "external",
"summary": "SUSE Bug 1193930 for CVE-2021-43565",
"url": "https://bugzilla.suse.com/1193930"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2021-43565"
},
{
"cve": "CVE-2022-24769",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24769"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker to enable and accelerate software containerization. A bug was found in Moby (Docker Engine) prior to version 20.10.14 where containers were incorrectly started with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during `execve(2)`. Normally, when executable programs have specified permitted file capabilities, otherwise unprivileged users and processes can execute those programs and gain the specified file capabilities up to the bounding set. Due to this bug, containers which included executable programs with inheritable file capabilities allowed otherwise unprivileged users and processes to additionally gain these inheritable file capabilities up to the container\u0027s bounding set. Containers which use Linux users and groups to perform privilege separation inside the container are most directly impacted. This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container\u0027s bounding set. This bug has been fixed in Moby (Docker Engine) 20.10.14. Running containers should be stopped, deleted, and recreated for the inheritable capabilities to be reset. This fix changes Moby (Docker Engine) behavior such that containers are started with a more typical Linux environment. As a workaround, the entry point of a container can be modified to use a utility like `capsh(1)` to drop inheritable capabilities prior to the primary process starting.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24769",
"url": "https://www.suse.com/security/cve/CVE-2022-24769"
},
{
"category": "external",
"summary": "SUSE Bug 1197517 for CVE-2022-24769",
"url": "https://bugzilla.suse.com/1197517"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2022-24769"
},
{
"cve": "CVE-2022-27191",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-27191"
}
],
"notes": [
{
"category": "general",
"text": "The golang.org/x/crypto/ssh package before 0.0.0-20220314234659-1baeb1ce4c0b for Go allows an attacker to crash a server in certain circumstances involving AddHostKey.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-27191",
"url": "https://www.suse.com/security/cve/CVE-2022-27191"
},
{
"category": "external",
"summary": "SUSE Bug 1197284 for CVE-2022-27191",
"url": "https://bugzilla.suse.com/1197284"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2022-27191"
},
{
"cve": "CVE-2022-36109",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-36109"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker to enable software containerization. A bug was found in Moby (Docker Engine) where supplementary groups are not set up properly. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases, potentially gaining access to sensitive information or gaining the ability to execute code in that container. This bug is fixed in Moby (Docker Engine) 20.10.18. Running containers should be stopped and restarted for the permissions to be fixed. For users unable to upgrade, this problem can be worked around by not using the `\"USER $USERNAME\"` Dockerfile instruction. Instead by calling `ENTRYPOINT [\"su\", \"-\", \"user\"]` the supplementary groups will be set up properly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-36109",
"url": "https://www.suse.com/security/cve/CVE-2022-36109"
},
{
"category": "external",
"summary": "SUSE Bug 1205375 for CVE-2022-36109",
"url": "https://bugzilla.suse.com/1205375"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2022-36109"
},
{
"cve": "CVE-2023-28840",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-28840"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework developed by Docker Inc. that is distributed as Docker, Mirantis Container Runtime, and various other downstream projects/products. The Moby daemon component (`dockerd`), which is developed as moby/moby, is commonly referred to as *Docker*.\n\nSwarm Mode, which is compiled in and delivered by default in dockerd and is thus present in most major Moby downstreams, is a simple, built-in container orchestrator that is implemented through a combination of SwarmKit and supporting network code.\n\nThe overlay network driver is a core feature of Swarm Mode, providing isolated virtual LANs that allow communication between containers and services across the cluster. This driver is an implementation/user of VXLAN, which encapsulates link-layer (Ethernet) frames in UDP datagrams that tag the frame with a VXLAN Network ID (VNI) that identifies the originating overlay network. In addition, the overlay network driver supports an optional, off-by-default encrypted mode, which is especially useful when VXLAN packets traverses an untrusted network between nodes.\n\nEncrypted overlay networks function by encapsulating the VXLAN datagrams through the use of the IPsec Encapsulating Security Payload protocol in Transport mode. By deploying IPSec encapsulation, encrypted overlay networks gain the additional properties of source authentication through cryptographic proof, data integrity through check-summing, and confidentiality through encryption.\n\nWhen setting an endpoint up on an encrypted overlay network, Moby installs three iptables (Linux kernel firewall) rules that enforce both incoming and outgoing IPSec. These rules rely on the u32 iptables extension provided by the xt_u32 kernel module to directly filter on a VXLAN packet\u0027s VNI field, so that IPSec guarantees can be enforced on encrypted overlay networks without interfering with other overlay networks or other users of VXLAN.\n\nTwo iptables rules serve to filter incoming VXLAN datagrams with a VNI that corresponds to an encrypted network and discards unencrypted datagrams. The rules are appended to the end of the INPUT filter chain, following any rules that have been previously set by the system administrator. Administrator-set rules take precedence over the rules Moby sets to discard unencrypted VXLAN datagrams, which can potentially admit unencrypted datagrams that should have been discarded.\n\nThe injection of arbitrary Ethernet frames can enable a Denial of Service attack. A sophisticated attacker may be able to establish a UDP or TCP connection by way of the container\u0027s outbound gateway that would otherwise be blocked by a stateful firewall, or carry out other escalations beyond simple injection by smuggling packets into the overlay network.\n\nPatches are available in Moby releases 23.0.3 and 20.10.24. As Mirantis Container Runtime\u0027s 20.10 releases are numbered differently, users of that platform should update to 20.10.16.\n\nSome workarounds are available. Close the VXLAN port (by default, UDP port 4789) to incoming traffic at the Internet boundary to prevent all VXLAN packet injection, and/or ensure that the `xt_u32` kernel module is available on all nodes of the Swarm cluster.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-28840",
"url": "https://www.suse.com/security/cve/CVE-2023-28840"
},
{
"category": "external",
"summary": "SUSE Bug 1214107 for CVE-2023-28840",
"url": "https://bugzilla.suse.com/1214107"
},
{
"category": "external",
"summary": "SUSE Bug 1215525 for CVE-2023-28840",
"url": "https://bugzilla.suse.com/1215525"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2023-28840"
},
{
"cve": "CVE-2023-28841",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-28841"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework developed by Docker Inc. that is distributed as Docker, Mirantis Container Runtime, and various other downstream projects/products. The Moby daemon component (`dockerd`), which is developed as moby/moby is commonly referred to as *Docker*.\n\nSwarm Mode, which is compiled in and delivered by default in `dockerd` and is thus present in most major Moby downstreams, is a simple, built-in container orchestrator that is implemented through a combination of SwarmKit and supporting network code.\n\nThe `overlay` network driver is a core feature of Swarm Mode, providing isolated virtual LANs that allow communication between containers and services across the cluster. This driver is an implementation/user of VXLAN, which encapsulates link-layer (Ethernet) frames in UDP datagrams that tag the frame with the VXLAN metadata, including a VXLAN Network ID (VNI) that identifies the originating overlay network. In addition, the overlay network driver supports an optional, off-by-default encrypted mode, which is especially useful when VXLAN packets traverses an untrusted network between nodes.\n\nEncrypted overlay networks function by encapsulating the VXLAN datagrams through the use of the IPsec Encapsulating Security Payload protocol in Transport mode. By deploying IPSec encapsulation, encrypted overlay networks gain the additional properties of source authentication through cryptographic proof, data integrity through check-summing, and confidentiality through encryption.\n\nWhen setting an endpoint up on an encrypted overlay network, Moby installs three iptables (Linux kernel firewall) rules that enforce both incoming and outgoing IPSec. These rules rely on the `u32` iptables extension provided by the `xt_u32` kernel module to directly filter on a VXLAN packet\u0027s VNI field, so that IPSec guarantees can be enforced on encrypted overlay networks without interfering with other overlay networks or other users of VXLAN.\n\nAn iptables rule designates outgoing VXLAN datagrams with a VNI that corresponds to an encrypted overlay network for IPsec encapsulation.\n\nEncrypted overlay networks on affected platforms silently transmit unencrypted data. As a result, `overlay` networks may appear to be functional, passing traffic as expected, but without any of the expected confidentiality or data integrity guarantees.\n\nIt is possible for an attacker sitting in a trusted position on the network to read all of the application traffic that is moving across the overlay network, resulting in unexpected secrets or user data disclosure. Thus, because many database protocols, internal APIs, etc. are not protected by a second layer of encryption, a user may use Swarm encrypted overlay networks to provide confidentiality, which due to this vulnerability this is no longer guaranteed.\n\nPatches are available in Moby releases 23.0.3, and 20.10.24. As Mirantis Container Runtime\u0027s 20.10 releases are numbered differently, users of that platform should update to 20.10.16.\n\nSome workarounds are available. Close the VXLAN port (by default, UDP port 4789) to outgoing traffic at the Internet boundary in order to prevent unintentionally leaking unencrypted traffic over the Internet, and/or ensure that the `xt_u32` kernel module is available on all nodes of the Swarm cluster.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-28841",
"url": "https://www.suse.com/security/cve/CVE-2023-28841"
},
{
"category": "external",
"summary": "SUSE Bug 1214108 for CVE-2023-28841",
"url": "https://bugzilla.suse.com/1214108"
},
{
"category": "external",
"summary": "SUSE Bug 1215525 for CVE-2023-28841",
"url": "https://bugzilla.suse.com/1215525"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2023-28841"
},
{
"cve": "CVE-2023-28842",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-28842"
}
],
"notes": [
{
"category": "general",
"text": "Moby) is an open source container framework developed by Docker Inc. that is distributed as Docker, Mirantis Container Runtime, and various other downstream projects/products. The Moby daemon component (`dockerd`), which is developed as moby/moby is commonly referred to as *Docker*.\n\nSwarm Mode, which is compiled in and delivered by default in `dockerd` and is thus present in most major Moby downstreams, is a simple, built-in container orchestrator that is implemented through a combination of SwarmKit and supporting network code.\n\nThe `overlay` network driver is a core feature of Swarm Mode, providing isolated virtual LANs that allow communication between containers and services across the cluster. This driver is an implementation/user of VXLAN, which encapsulates link-layer (Ethernet) frames in UDP datagrams that tag the frame with the VXLAN metadata, including a VXLAN Network ID (VNI) that identifies the originating overlay network. In addition, the overlay network driver supports an optional, off-by-default encrypted mode, which is especially useful when VXLAN packets traverses an untrusted network between nodes.\n\nEncrypted overlay networks function by encapsulating the VXLAN datagrams through the use of the IPsec Encapsulating Security Payload protocol in Transport mode. By deploying IPSec encapsulation, encrypted overlay networks gain the additional properties of source authentication through cryptographic proof, data integrity through check-summing, and confidentiality through encryption.\n\nWhen setting an endpoint up on an encrypted overlay network, Moby installs three iptables (Linux kernel firewall) rules that enforce both incoming and outgoing IPSec. These rules rely on the `u32` iptables extension provided by the `xt_u32` kernel module to directly filter on a VXLAN packet\u0027s VNI field, so that IPSec guarantees can be enforced on encrypted overlay networks without interfering with other overlay networks or other users of VXLAN.\n\nThe `overlay` driver dynamically and lazily defines the kernel configuration for the VXLAN network on each node as containers are attached and detached. Routes and encryption parameters are only defined for destination nodes that participate in the network. The iptables rules that prevent encrypted overlay networks from accepting unencrypted packets are not created until a peer is available with which to communicate.\n\nEncrypted overlay networks silently accept cleartext VXLAN datagrams that are tagged with the VNI of an encrypted overlay network. As a result, it is possible to inject arbitrary Ethernet frames into the encrypted overlay network by encapsulating them in VXLAN datagrams. The implications of this can be quite dire, and GHSA-vwm3-crmr-xfxw should be referenced for a deeper exploration.\n\nPatches are available in Moby releases 23.0.3, and 20.10.24. As Mirantis Container Runtime\u0027s 20.10 releases are numbered differently, users of that platform should update to 20.10.16.\n\nSome workarounds are available. In multi-node clusters, deploy a global \u0027pause\u0027 container for each encrypted overlay network, on every node. For a single-node cluster, do not use overlay networks of any sort. Bridge networks provide the same connectivity on a single node and have no multi-node features. The Swarm ingress feature is implemented using an overlay network, but can be disabled by publishing ports in `host` mode instead of `ingress` mode (allowing the use of an external load balancer), and removing the `ingress` network. If encrypted overlay networks are in exclusive use, block UDP port 4789 from traffic that has not been validated by IPSec.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-28842",
"url": "https://www.suse.com/security/cve/CVE-2023-28842"
},
{
"category": "external",
"summary": "SUSE Bug 1214109 for CVE-2023-28842",
"url": "https://bugzilla.suse.com/1214109"
},
{
"category": "external",
"summary": "SUSE Bug 1215525 for CVE-2023-28842",
"url": "https://bugzilla.suse.com/1215525"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2023-28842"
},
{
"cve": "CVE-2024-23650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23650"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. A malicious BuildKit client or frontend could craft a request that could lead to BuildKit daemon crashing with a panic. The issue has been fixed in v0.12.5. As a workaround, avoid using BuildKit frontends from untrusted sources.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23650",
"url": "https://www.suse.com/security/cve/CVE-2024-23650"
},
{
"category": "external",
"summary": "SUSE Bug 1219437 for CVE-2024-23650",
"url": "https://bugzilla.suse.com/1219437"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2024-23650"
},
{
"cve": "CVE-2024-23651",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23651"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Two malicious build steps running in parallel sharing the same cache mounts with subpaths could cause a race condition that can lead to files from the host system being accessible to the build container. The issue has been fixed in v0.12.5. Workarounds include, avoiding using BuildKit frontend from an untrusted source or building an untrusted Dockerfile containing cache mounts with --mount=type=cache,source=... options.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23651",
"url": "https://www.suse.com/security/cve/CVE-2024-23651"
},
{
"category": "external",
"summary": "SUSE Bug 1219267 for CVE-2024-23651",
"url": "https://bugzilla.suse.com/1219267"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2024-23651"
},
{
"cve": "CVE-2024-23652",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23652"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. A malicious BuildKit frontend or Dockerfile using RUN --mount could trick the feature that removes empty files created for the mountpoints into removing a file outside the container, from the host system. The issue has been fixed in v0.12.5. Workarounds include avoiding using BuildKit frontends from an untrusted source or building an untrusted Dockerfile containing RUN --mount feature.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23652",
"url": "https://www.suse.com/security/cve/CVE-2024-23652"
},
{
"category": "external",
"summary": "SUSE Bug 1219268 for CVE-2024-23652",
"url": "https://bugzilla.suse.com/1219268"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2024-23652"
},
{
"cve": "CVE-2024-23653",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-23653"
}
],
"notes": [
{
"category": "general",
"text": "BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. In addition to running containers as build steps, BuildKit also provides APIs for running interactive containers based on built images. It was possible to use these APIs to ask BuildKit to run a container with elevated privileges. Normally, running such containers is only allowed if special `security.insecure` entitlement is enabled both by buildkitd configuration and allowed by the user initializing the build request. The issue has been fixed in v0.12.5 . Avoid using BuildKit frontends from untrusted sources. \n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-23653",
"url": "https://www.suse.com/security/cve/CVE-2024-23653"
},
{
"category": "external",
"summary": "SUSE Bug 1219438 for CVE-2024-23653",
"url": "https://bugzilla.suse.com/1219438"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2024-23653"
},
{
"cve": "CVE-2024-29018",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-29018"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open source container framework that is a key component of Docker Engine, Docker Desktop, and other distributions of container tooling or runtimes. Moby\u0027s networking implementation allows for many networks, each with their own IP address range and gateway, to be defined. This feature is frequently referred to as custom networks, as each network can have a different driver, set of parameters and thus behaviors. When creating a network, the `--internal` flag is used to designate a network as _internal_. The `internal` attribute in a docker-compose.yml file may also be used to mark a network _internal_, and other API clients may specify the `internal` parameter as well.\n\nWhen containers with networking are created, they are assigned unique network interfaces and IP addresses. The host serves as a router for non-internal networks, with a gateway IP that provides SNAT/DNAT to/from container IPs.\n\nContainers on an internal network may communicate between each other, but are precluded from communicating with any networks the host has access to (LAN or WAN) as no default route is configured, and firewall rules are set up to drop all outgoing traffic. Communication with the gateway IP address (and thus appropriately configured host services) is possible, and the host may communicate with any container IP directly.\n\nIn addition to configuring the Linux kernel\u0027s various networking features to enable container networking, `dockerd` directly provides some services to container networks. Principal among these is serving as a resolver, enabling service discovery, and resolution of names from an upstream resolver.\n\nWhen a DNS request for a name that does not correspond to a container is received, the request is forwarded to the configured upstream resolver. This request is made from the container\u0027s network namespace: the level of access and routing of traffic is the same as if the request was made by the container itself.\n\nAs a consequence of this design, containers solely attached to an internal network will be unable to resolve names using the upstream resolver, as the container itself is unable to communicate with that nameserver. Only the names of containers also attached to the internal network are able to be resolved.\n\nMany systems run a local forwarding DNS resolver. As the host and any containers have separate loopback devices, a consequence of the design described above is that containers are unable to resolve names from the host\u0027s configured resolver, as they cannot reach these addresses on the host loopback device. To bridge this gap, and to allow containers to properly resolve names even when a local forwarding resolver is used on a loopback address, `dockerd` detects this scenario and instead forward DNS requests from the host namework namespace. The loopback resolver then forwards the requests to its configured upstream resolvers, as expected.\n\nBecause `dockerd` forwards DNS requests to the host loopback device, bypassing the container network namespace\u0027s normal routing semantics entirely, internal networks can unexpectedly forward DNS requests to an external nameserver. By registering a domain for which they control the authoritative nameservers, an attacker could arrange for a compromised container to exfiltrate data by encoding it in DNS queries that will eventually be answered by their nameservers.\n\nDocker Desktop is not affected, as Docker Desktop always runs an internal resolver on a RFC 1918 address.\n\nMoby releases 26.0.0, 25.0.4, and 23.0.11 are patched to prevent forwarding any DNS requests from internal networks. As a workaround, run containers intended to be solely attached to internal networks with a custom upstream address, which will force all upstream DNS queries to be resolved from the container\u0027s network namespace.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-29018",
"url": "https://www.suse.com/security/cve/CVE-2024-29018"
},
{
"category": "external",
"summary": "SUSE Bug 1234089 for CVE-2024-29018",
"url": "https://bugzilla.suse.com/1234089"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "moderate"
}
],
"title": "CVE-2024-29018"
},
{
"cve": "CVE-2024-41110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41110"
}
],
"notes": [
{
"category": "general",
"text": "Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low.\n\nUsing a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it.\n\nA security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted.\n\nDocker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable.\n\ndocker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41110",
"url": "https://www.suse.com/security/cve/CVE-2024-41110"
},
{
"category": "external",
"summary": "SUSE Bug 1228324 for CVE-2024-41110",
"url": "https://bugzilla.suse.com/1228324"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "critical"
}
],
"title": "CVE-2024-41110"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-24.0.9_ce-1.20.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:docker-stable-bash-completion-24.0.9_ce-1.20.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-10T19:04:02Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
}
]
}
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.